Skip to content

Commit

Permalink
double check build file integrity on prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed May 8, 2022
1 parent 7e4e16a commit 6af631d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"generate:sign-2": "cat serif.css | pbcopy && echo \"/* $npm_package_name v$npm_package_version ungoldman.com/style.css */\" > serif.css && pbpaste >> serif.css",
"gh-pages": "npm run site && gh-pages -d site",
"git-dirty": "./scripts/is-git-dirty.sh",
"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",
Expand Down

0 comments on commit 6af631d

Please sign in to comment.