Skip to content

Commit 6abd002

Browse files
authored
feat: publish as prerelease by default (#48)
1 parent 8e929a8 commit 6abd002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"clean": "lerna run clean; rimraf {node_modules,packages/**/node_modules,yarn.lock}",
99
"compile": "lerna run compile",
1010
"lint": "tslint -e \"./packages/prime-ui/**/*.{ts,tsx}\" ./packages/*/{src,__tests__}/**/*.{ts,tsx}",
11-
"publish": "lerna publish",
11+
"publish": "lerna publish prerelease",
1212
"publish:canary": "lerna publish --canary",
1313
"test": "yarn lint && yarn compile && yarn coverage && yarn test:prettier",
1414
"testonly": "lerna run testonly",

0 commit comments

Comments
 (0)