We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d9816 commit 8d89b05Copy full SHA for 8d89b05
.circleci/config.yml
@@ -71,6 +71,7 @@ jobs:
71
export NVM_DIR="/opt/circleci/.nvm"
72
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
73
nvm use stable
74
+ npm install
75
npm run redcap_rsvc:install
76
- run:
77
name: Run Tests
0 commit comments