mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
chore: update package.json
This commit is contained in:
parent
629c998293
commit
29c829e7a2
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"generateDocs": "typedoc --entryPointStrategy expand ./src",
|
"generateDocs": "typedoc --entryPointStrategy expand ./src",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"prepublishOnly": "pnpm run build"
|
"prepublishOnly": "pnpm run build",
|
||||||
|
"publish": "pnpx np --no-publish && npm publish"
|
||||||
},
|
},
|
||||||
"author": "James Cook",
|
"author": "James Cook",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue