添加 script

This commit is contained in:
2betop 2022-06-07 14:46:09 +08:00
parent 6917e66659
commit 8bae3630e3
3 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@
"test": "npm test --workspaces",
"prepare": "husky install",
"coverage": "jest --coverage",
"version": "lerna version",
"release": "npm run build --workspaces && lerna publish from-package --registry=https://registry.npmjs.org",
"publish-to-internal": "sh ./publish-to-internal.sh"
},

View File

@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "./dist",
"outDir": "./lib",
"typeRoots": [
"../../types",
"./node_modules/@types",

View File

@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "./dist",
"outDir": "./lib",
"typeRoots": [
"../../types",
"./node_modules/@types",