Skip to content

Commit 1252afb

Browse files
committed
build dev and prod
1 parent b36e7e4 commit 1252afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- attach_workspace:
3737
at: ~/repo
38-
- run: npm run build:release
38+
- run: npm run build && npm run build:release
3939
# https://circleci.com/docs/2.0/collect-test-data/#karma
4040
# - store_test_results:
4141
# path: reports/junit

0 commit comments

Comments
 (0)