Skip to content

Commit

Permalink
fix: build on production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 27, 2023
1 parent be27fd8 commit fe480c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shell-emulator = true
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"scripts": {
"build": "pnpm run build:generate && run-p build:build build:types",
"build:generate": "tsx build/generate.ts",
"build:build": "tsx build/build.ts",
"build:build": "NODE_ENV=production tsx build/build.ts",
"build:types": "vue-tsc --declaration --emitDeclarationOnly"
},
"peerDependencies": {
Expand Down

0 comments on commit fe480c9

Please sign in to comment.