We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36e7e4 commit 1252afbCopy full SHA for 1252afb
.circleci/config.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- attach_workspace:
37
at: ~/repo
38
- - run: npm run build:release
+ - run: npm run build && npm run build:release
39
# https://circleci.com/docs/2.0/collect-test-data/#karma
40
# - store_test_results:
41
# path: reports/junit
0 commit comments