We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9321f6c commit c68a01dCopy full SHA for c68a01d
1 file changed
package.json
@@ -61,7 +61,7 @@
61
"scripts": {
62
"prepare": "tsc -p ./tsconfig.build.json",
63
"build": "shx rm -rf ./dist && tsc -p ./tsconfig.build.json",
64
- "postbuild": "shx cp -fR src/proto dist && shx cp -f src/notifications/*.json dist/notifications/ && shx cp -f src/claims/*.json dist/claims/ && shx cp -f src/status/*.json dist/status/",
+ "postbuild": "shx cp -fR src/proto dist && shx cp -f src/status/*.json dist/status/",
65
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
66
"ts-node": "ts-node",
67
"ts-node-inspect": "node --require ts-node/register --inspect",
0 commit comments