Skip to content

Commit c68a01d

Browse files
committed
fix: removed unneeded copy from postbuild script
The JSON schemas for claims and notifications have been removed. No need to copy them during build anymore.
1 parent 9321f6c commit c68a01d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"scripts": {
6262
"prepare": "tsc -p ./tsconfig.build.json",
6363
"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/",
64+
"postbuild": "shx cp -fR src/proto dist && shx cp -f src/status/*.json dist/status/",
6565
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
6666
"ts-node": "ts-node",
6767
"ts-node-inspect": "node --require ts-node/register --inspect",

0 commit comments

Comments
 (0)