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:
parent
5b4d7fba80
commit
fbd4a4f65f
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue