We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee76d7 commit 3eaa392Copy full SHA for 3eaa392
.circleci/config.yml
@@ -34,6 +34,7 @@ jobs:
34
executor: nodejs
35
steps:
36
- ceckout-and-restore-cache
37
+ - run: npm install
38
- run: npm run build
39
- run: npm run test
40
0 commit comments