Skip to content

Commit 92798e8

Browse files
committed
fix: lerna packages
1 parent 520a912 commit 92798e8

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

lerna.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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",

0 commit comments

Comments
 (0)