Skip to content

Commit

Permalink
fix #38
Browse files Browse the repository at this point in the history
going back to a manual step, since npm doesn't really support this usecase.
  • Loading branch information
nkappler committed Jun 20, 2022
1 parent 678529b commit 2b2fec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"prepublishOnly": "npm run version",
"postversion": "git push --tags",
"version": "node util/copyrightHeader.js && npm run build && npm run test && git add *",
"postinstall": "node util/convertStyles.js",
"build": "node util/convertStyles.js && rollup -c"
},
"repository": {
Expand Down

0 comments on commit 2b2fec1

Please sign in to comment.