Skip to content

Commit c8bbb82

Browse files
committed
update devpublish to avoid scripts
1 parent 432fdec commit c8bbb82

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
@@ -35,7 +35,7 @@
3535
"jest": "./node_modules/.bin/jest",
3636
"lerna": "lerna bootstrap --hoist",
3737
"predevpublish": "git checkout devpublish && git merge -s recursive -X theirs develop",
38-
"devpublish": "lerna publish --cd-version=prerelease",
38+
"devpublish": "lerna publish --ignore-scripts --cd-version=prerelease",
3939
"postdevpublish": "git add . && git commit -m 'update chagne log' && git checkout develop",
4040
"prepublish": "git checkout publish && git merge -s recursive -X theirs master",
4141
"lint": "tslint ./packages/**/src/**/*.ts --exclude \"./packages/**/node_modules/**/*.ts\"",

0 commit comments

Comments
 (0)