File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 109
109
"build:lib" : " npm run build && npm pack" ,
110
110
"build-storybook" : " build-storybook" ,
111
111
"chromatic" : " npx chromatic" ,
112
- "release:patch" : " npm test && standard-version --release-as patch && npm publish" ,
113
- "release:major" : " npm test && standard-version --release-as major && npm publish" ,
114
- "release:minor" : " npm test && standard-version --release-as minor && npm publish" ,
112
+ "release:patch" : " npm run build && npm test && standard-version --release-as patch && npm publish" ,
113
+ "release:major" : " npm run build && npm test && standard-version --release-as major && npm publish" ,
114
+ "release:minor" : " npm run build && npm test && standard-version --release-as minor && npm publish" ,
115
115
"prettier:check" : " npx prettier --check ." ,
116
116
"prettier:format" : " npx prettier --write ." ,
117
117
"precommit" : " lint-staged" ,
You can’t perform that action at this time.
0 commit comments