Skip to content

Commit fe480c9

Browse files
committed
fix: build on production mode
1 parent be27fd8 commit fe480c9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shell-emulator = true

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"scripts": {
5353
"build": "pnpm run build:generate && run-p build:build build:types",
5454
"build:generate": "tsx build/generate.ts",
55-
"build:build": "tsx build/build.ts",
55+
"build:build": "NODE_ENV=production tsx build/build.ts",
5656
"build:types": "vue-tsc --declaration --emitDeclarationOnly"
5757
},
5858
"peerDependencies": {

0 commit comments

Comments
 (0)