Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 312773a

Browse files
author
Marc MacLeod
committed
build: update test command in ci
1 parent f267a1a commit 312773a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
steps:
77
- checkout
88
- run: yarn
9-
- run: yarn test:prod
9+
- run: yarn test.prod
1010

1111
test_node_10:
1212
docker:
1313
- image: circleci/node:10
1414
steps:
1515
- checkout
1616
- run: yarn
17-
- run: yarn test:prod
17+
- run: yarn test.prod
1818

1919
release:
2020
docker:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"hooks": {
4242
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
4343
"pre-commit": "lint-staged",
44-
"pre-push": "npm run test:prod && npm run build"
44+
"pre-push": "npm run test.prod && npm run build"
4545
}
4646
},
4747
"release": {

0 commit comments

Comments
 (0)