Skip to content

Commit 5b02733

Browse files
committed
fix(workspace): remove test and build from release script
1 parent 36008cf commit 5b02733

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
@@ -12,7 +12,7 @@
1212
"ci": "npm run test && npm run build && cpx README.md dist/elements",
1313
"format:write": "prettier projects/**/*.{ts,json,md} --write",
1414
"format:test": "prettier projects/**/*.{ts,json,md} --list-different",
15-
"release": "npm run test && npm run build && standard-version -a && git push --follow-tags origin master"
15+
"release": "standard-version -a && git push --follow-tags origin master"
1616
},
1717
"standard-version": {
1818
"scripts": {

0 commit comments

Comments
 (0)