mirror of
https://github.com/laurentpayot/minidenticons.git
synced 2026-01-10 05:27:54 -05:00
npm prepare script instead of deprecated prepublish
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
"build": "pnpm build-js && pnpm no-custom-element && pnpm --silent size",
|
||||
"test": "node tests",
|
||||
"benchmark": "node benchmark/node",
|
||||
"prepublish": "pnpm build && pnpm test && git push && git push --tags",
|
||||
"prepare": "pnpm build && pnpm test && git push && git push --tags",
|
||||
"serve": "python3 -m http.server"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user