Skip to content

Commit

Permalink
refactor: clean up protojs/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Mar 12, 2023
1 parent 3beefb4 commit afeba92
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions packages/protojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,10 @@
"files": [
"dist"
],
"_moduleAliases": {
"~protojs": "dist"
},
"scripts": {
"postinstall": "npx shx mkdir -p dist && npx link-module-alias",
"build:watch": "tsc --build -w tsconfig.build.json && link-module-alias",
"build": "tsc --build tsconfig.build.json && link-module-alias",
"clean": "tsc --build tsconfig.build.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache",
"test": "jest",
"test:unit": "jest test/unit",
"test:integration": "jest test/unit",
"test:watch": "jest --watch",
"test:ci": "jest --coverage --ci --reporters='jest-junit'",
"coverage": "jest --coverage",
"coverage:show": "live-server coverage",
"dev": "ts-node-dev -r tsconfig-paths/register src/index.ts",
"start": "node dist/index.js"
},
"devDependencies": {
"link-module-alias": "^1.2.0",
"shx": "^0.3.2"
"build": "tsc --build tsconfig.build.json",
"build:watch": "tsc --build tsconfig.build.json --watch",
"clean": "tsc --build tsconfig.build.json --clean"
},
"gitHead": "4da45aaaf65a44e6b4edc0b5d11ea1083229f977"
}
}

0 comments on commit afeba92

Please sign in to comment.