Skip to content

Commit

Permalink
fix: use correct npm script command
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyrb committed Aug 19, 2020
1 parent df98f22 commit 17a2538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: npm install
- run: npm run build
- run: npm run start
- save_cache:
paths:
- node_modules
Expand Down

0 comments on commit 17a2538

Please sign in to comment.