Skip to content

Commit

Permalink
add npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Apr 15, 2021
1 parent c5d364b commit 0e32912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/srf-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
node-version: '12'
- name: build
run: |
npm install .
mkdir -v build
zip -9vr build/scanii-lambda.zip lib/ node_modules/ package* README.md LICENSE
- name: install AWS cli DEV
Expand Down

0 comments on commit 0e32912

Please sign in to comment.