Skip to content

Commit 33038bb

Browse files
committed
build: ensure we're doing prereleases
1 parent 8f36356 commit 33038bb

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
@@ -13,7 +13,7 @@
1313
"postinstall": "npm-run-all compile",
1414
"lint": "npm-run-all lint:*",
1515
"lint:ts": "tslint -c tslint.json './packages/**/*.ts*(x)'",
16-
"release": "lerna version",
16+
"release": "lerna version prerelease",
1717
"test": "echo \"Tests coming soon. I'm aware that's not ideal.\""
1818
},
1919
"dependencies": {

0 commit comments

Comments
 (0)