We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e929a8 commit 6abd002Copy full SHA for 6abd002
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"clean": "lerna run clean; rimraf {node_modules,packages/**/node_modules,yarn.lock}",
9
"compile": "lerna run compile",
10
"lint": "tslint -e \"./packages/prime-ui/**/*.{ts,tsx}\" ./packages/*/{src,__tests__}/**/*.{ts,tsx}",
11
- "publish": "lerna publish",
+ "publish": "lerna publish prerelease",
12
"publish:canary": "lerna publish --canary",
13
"test": "yarn lint && yarn compile && yarn coverage && yarn test:prettier",
14
"testonly": "lerna run testonly",
0 commit comments