Skip to content

Commit 8272330

Browse files
committed
restore build command
1 parent 14e5748 commit 8272330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- node_modules
4141
key: v1-dependencies-{{ checksum "package.json" }}
4242

43-
- run: npm run build:prod
43+
- run: npm run build
4444

4545
deploy:
4646
docker:
@@ -57,7 +57,7 @@ jobs:
5757
- node_modules
5858
key: v1-dependencies-{{ checksum "package.json" }}
5959

60-
- run: npm run build:prod
60+
- run: npm run build
6161
- run: npm run netlify:deploy
6262

6363
workflows:

0 commit comments

Comments
 (0)