We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac400a6 commit 453ff79Copy full SHA for 453ff79
package.json
@@ -10,7 +10,7 @@
10
"codecov": "./node_modules/.bin/codecov",
11
"test": "bids-validator/bin/test-submodule-exists && jest",
12
"npmPublish": "cd bids-validator && publish",
13
- "lernaPublish": "./node_modules/.bin/jest && ./tools/post_publish.sh",
+ "lernaPublish": "./node_modules/.bin/lerna publish && ./tools/post_publish.sh",
14
"web-dev": "cd bids-validator-web && yarn dev",
15
"web-build": "cd bids-validator-web && yarn build",
16
"web-export": "yarn web-build && cd bids-validator-web && yarn next export"
0 commit comments