Skip to content

Commit

Permalink
change package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Oct 19, 2023
1 parent 7fd9a07 commit fc19903
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"build:minify": "esbuild index.js --keep-names --minify --outfile=dist/tonic.min.js",
"build": "npm run build:base && npm run build:minify",
"postversion": "git push && git push --tags && npm publish",
"prepublishOnly": "npm run build",
"pub": "npm run build && npm run test && npm publish --registry=https://registry.npmjs.org && npm publish --registry https://npm.pkg.github.com"
"prepublishOnly": "npm run build"
},
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit fc19903

Please sign in to comment.