Skip to content

Commit e93cfb7

Browse files
committed
chore(workspace): release script
1 parent 442430b commit e93cfb7

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
@@ -16,7 +16,7 @@
1616
"watch": "tsc --watch",
1717
"format:test": "prettier lib/**/*.{ts,json}",
1818
"format:write": "prettier lib/**/*.{ts,json} --write",
19-
"release": "npm run format && npm run build && standard-version -a && git push --follow-tags origin master && npm publish --access public"
19+
"release": "npm run format:write && npm run build && standard-version -a && git push --follow-tags origin master && npm publish --access public"
2020
},
2121
"dependencies": {
2222
"@types/listr": "^0.14.4",

0 commit comments

Comments
 (0)