Skip to content

Commit 7308fd2

Browse files
committed
chore: bootstrap without --prefer-offline
1 parent 6c12920 commit 7308fd2

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
@@ -7,7 +7,7 @@
77
"bin": "./bin"
88
},
99
"scripts": {
10-
"bootstrap": "pnpm install --prefer-ofline --recursive",
10+
"bootstrap": "npx pnpm install --recursive",
1111
"start": "pnpm run esnext -- --serve",
1212
"bundle": "NODE_ENV=production _bundle",
1313
"esnext": "_add_plugin_indexes && _esnext",

0 commit comments

Comments
 (0)