Skip to content

Commit c0e62fc

Browse files
committed
fix: jdesign taro demo build
1 parent 8bd820a commit c0e62fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/nutui-taro-demo/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"dev": "taro build --watch --type",
1313
"dev:jmapp": "VITE_APP_PROJECT_ID=jmapp taro build --watch --type",
1414
"build": "taro build --type",
15-
"build:jmapp": "taro build --type",
16-
15+
"build:jmapp": "VITE_APP_PROJECT_ID=jmapp taro build --type",
1716
"build:weapp": "taro build --type weapp",
1817
"build:swan": "taro build --type swan",
1918
"build:alipay": "taro build --type alipay",

0 commit comments

Comments
 (0)