Skip to content

Commit

Permalink
build: include serverless in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Nov 18, 2020
1 parent 6f3e119 commit 4d1b5e1
Show file tree
Hide file tree
Showing 4 changed files with 6,364 additions and 17 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
with:
node-version: "10.x"

- run: npm install -g serverless

- run: npm install
- run: make install

- run: make test

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:
done

deploy:
serverless deploy --stage prod
npx serverless deploy --stage prod

clean:
rm -rf bin
Loading

0 comments on commit 4d1b5e1

Please sign in to comment.