Skip to content

Commit 0da7ea5

Browse files
committed
chore: fix dist copy
1 parent 05e5490 commit 0da7ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build:ci": "yarn tsc && cd build && yarn install",
1212
"copy:node_modules": "shx cp -r node_modules \"build/node_modules\"",
1313
"copy:build": "copyfiles \"testing/*/**\" \"examples/*.mjs\" \"injected-scripts/package.json\" \"full-client/index.mjs\" \"puppet/test/*/**\" \"yarn.lock\" \"mitm-socket/dist/*\" -a build && shx cp package.build.json build/package.json",
14-
"copy:dist": "copyfiles \"mitm-socket/lib/*\" -e \"mitm-socket/dist\" \"**/.gitignore\" \"**/.npmignore\" build-dist",
14+
"copy:dist": "copyfiles \"mitm-socket/lib/*\" -e \"mitm-socket/dist\" \"injected-scripts/package.json\" \"**/.gitignore\" \"**/.npmignore\" build-dist",
1515
"tsc": "tsc -b tsconfig.json && yarn copy:build && node prepare-build.js && yarn workspace @secret-agent/replay build:backend",
1616
"watch": "tsc-watch -b -w tsconfig.json --onSuccess \"yarn workspace @secret-agent/replay build:backend-paths\"",
1717
"watch:dist": "tsc -b -w tsconfig.dist.json",

0 commit comments

Comments
 (0)