Remove script for declaration build
parent
1eb3bdbd96
commit
8a65cf67ff
|
@ -26,7 +26,6 @@
|
||||||
"lint": "eslint . --ext .ts",
|
"lint": "eslint . --ext .ts",
|
||||||
"prettier-format": "prettier --config .prettierrc '**/*.ts' --write",
|
"prettier-format": "prettier --config .prettierrc '**/*.ts' --write",
|
||||||
"ts:compile": "tsc",
|
"ts:compile": "tsc",
|
||||||
"ts:definitions": "tsc --declaration --outDir . --emitDeclarationOnly",
|
|
||||||
"tests": "mocha --require ts-node/register test/**/*.ts",
|
"tests": "mocha --require ts-node/register test/**/*.ts",
|
||||||
"publish": "npm publish",
|
"publish": "npm publish",
|
||||||
"run-example": "npm run ts:compile && node ./dist/example.js"
|
"run-example": "npm run ts:compile && node ./dist/example.js"
|
||||||
|
|
Loading…
Reference in New Issue