File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-alpha.5" ,
33 "npmClient" : " yarn" ,
4+ "packages" : [
5+ " client" ,
6+ " core" ,
7+ " core-interfaces" ,
8+ " emulators" ,
9+ " emulator-plugins/*" ,
10+ " full-client" ,
11+ " humanoids" ,
12+ " humanoid-plugins/*" ,
13+ " injected-scripts" ,
14+ " mitm" ,
15+ " core-server" ,
16+ " remote-client" ,
17+ " remote-interfaces" ,
18+ " replay" ,
19+ " replay-app" ,
20+ " replay-api" ,
21+ " session-state" ,
22+ " testing" ,
23+ " commons" ,
24+ " website"
25+ ],
426 "useWorkspaces" : true
527}
Original file line number Diff line number Diff line change 55 "description" : " The Web Browser Built for Scraping" ,
66 "scripts" : {
77 "start:website" : " yarn workspace @secret-agent/website start" ,
8- "bump-version" : " lerna version prerelease --no-git-tag-version " ,
8+ "bump-version" : " lerna version prerelease --no-push --conventional-commits " ,
99 "build" : " yarn tsc && yarn workspace @secret-agent/replay-app build && cd build && yarn" ,
1010 "build:copy" : " copyfiles 'testing/html/**' 'yarn.lock' 'mitm/socket/**' 'mitm/socket/.checksum' 'mitm/test/certs/**' build && cp package.build.json build/package.json" ,
1111 "build:dist" : " rm -rf build-dist && tsc -b tsconfig.dist.json && copyfiles 'mitm/socket/*' 'mitm/socket/.checksum' -e 'mitm/socket/connect' '**/.gitignore' '**/.npmignore' build-dist && node dist-prepare.js && cp package.dist.json build-dist/package.json" ,
You can’t perform that action at this time.
0 commit comments