1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +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": { "scripts": {
"build": "tsc", "build": "tsc",
"generateDocs": "pnpm typedoc --entryPointStrategy expand ./src", "generateDocs": "pnpm typedoc --entryPointStrategy expand ./src",
"test": "echo do tests" "test": "echo do tests",
"prepublishOnly": "npm run build"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",