Skip to content

Commit 453ff79

Browse files
committed
should be calling lerna not jest in new package.json command...
1 parent ac400a6 commit 453ff79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"codecov": "./node_modules/.bin/codecov",
1111
"test": "bids-validator/bin/test-submodule-exists && jest",
1212
"npmPublish": "cd bids-validator && publish",
13-
"lernaPublish": "./node_modules/.bin/jest && ./tools/post_publish.sh",
13+
"lernaPublish": "./node_modules/.bin/lerna publish && ./tools/post_publish.sh",
1414
"web-dev": "cd bids-validator-web && yarn dev",
1515
"web-build": "cd bids-validator-web && yarn build",
1616
"web-export": "yarn web-build && cd bids-validator-web && yarn next export"

0 commit comments

Comments
 (0)