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

chore: fix np

This commit is contained in:
James Cook 2022-01-31 23:15:19 +00:00
parent 5b4d7fba80
commit fbd4a4f65f

View file

@ -9,7 +9,8 @@
"scripts": {
"build": "tsc",
"generateDocs": "pnpm typedoc --entryPointStrategy expand ./src",
"test": "echo do tests"
"test": "echo do tests",
"prepublishOnly": "npm run build"
},
"author": "",
"license": "ISC",