Skip to content

Commit c980910

Browse files
committed
Merge remote-tracking branch 'origin/main' into embedded-js-signer
2 parents ecb6e5f + 5561f91 commit c980910

File tree

7 files changed

+526
-529
lines changed

7 files changed

+526
-529
lines changed

examples/counter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dev": "vite",
1010
"build": "vite build",
1111
"preview": "vite preview",
12-
"ci": "pnpm install --frozen-lockfile && pnpm build"
12+
"ci": "pnpm build"
1313
},
1414
"dependencies": {
1515
"@linera/extension": "workspace:^"

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"browser": "dist/library/linera.js",
88
"scripts": {
99
"dev": "vite",
10-
"build:extension": "tsc && vite build -c extension.vite.config.js",
11-
"build:library": "tsc && vite build -c library.vite.config.js",
10+
"build:extension": "vite build -c extension.vite.config.js",
11+
"build:library": "vite build -c library.vite.config.js",
1212
"build": "pnpm build:extension && pnpm build:library",
1313
"preview": "vite preview",
1414
"prepare": "pnpm build:library",

flake.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

linera-protocol

Submodule linera-protocol updated 103 files

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"scripts": {
6-
"build": "pnpm -r build",
7-
"ci": "pnpm install --frozen-lockfile && pnpm -r run ci"
6+
"ci": "pnpm install; pnpm -r run ci"
87
},
98
"keywords": [],
109
"author": "Linera <contact@linera.io>",
@@ -21,5 +20,11 @@
2120
"ts-auto-guard": "^5.0.1",
2221
"typescript": "^5.8.3",
2322
"vite": "^5.4.5"
23+
},
24+
"pnpm": {
25+
"onlyBuiltDependencies": [
26+
"@linera/client",
27+
"@linera/signer"
28+
]
2429
}
2530
}

0 commit comments

Comments
 (0)