File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments