Skip to content

Commit

Permalink
pkg: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed May 8, 2022
1 parent 73b7d55 commit 5391536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prepublishOnly": "npm run prerelease",
"prerelease": "run-s test generate git-dirty",
"pretest": "npm run generate:css",
"release": "git push origin master && gh-release && npm publish",
"release": "gh-release && npm publish",
"sass:serif": "node-sass serif.scss --output-style=compressed --include-path node_modules/",
"sass:style": "node-sass style.scss --output-style=compressed --include-path node_modules/",
"serve:site": "serve site",
Expand Down

0 comments on commit 5391536

Please sign in to comment.