Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ do-full-recovery:
docker-compose run --rm do-full-recovery

test:
npm test
docker-compose run --rm dev bash -c "npm ci && npm test"
5 changes: 4 additions & 1 deletion codeship/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
# Exit script with error if any step fails.
set -e

# Check which version of NodeJS we're running.
node --version

npm install --no-fund -g serverless@3
npm install --no-fund
npm ci --no-fund
Loading