1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

chore: update package.json

This commit is contained in:
James Cook 2023-04-16 15:16:45 +01:00
parent 629c998293
commit 29c829e7a2

View file

@ -21,7 +21,8 @@
"build": "tsc",
"generateDocs": "typedoc --entryPointStrategy expand ./src",
"test": "jest",
"prepublishOnly": "pnpm run build"
"prepublishOnly": "pnpm run build",
"publish": "pnpx np --no-publish && npm publish"
},
"author": "James Cook",
"license": "ISC",