@tuya-miniapp/smart-ui 1.3.1-beta-1 → 1.3.1-beta-2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tuya-miniapp/smart-ui",
|
3
|
-
"version": "1.3.1-beta-
|
3
|
+
"version": "1.3.1-beta-2",
|
4
4
|
"author": "MiniApp Team",
|
5
5
|
"license": "MIT",
|
6
6
|
"miniprogram": "lib",
|
@@ -13,7 +13,8 @@
|
|
13
13
|
"build:icon": "yarn && node build/generate-icon/index.js",
|
14
14
|
"build": "yarn && MODE=build NODE_OPTIONS=--no-experimental-fetch npx gulp -f build/compiler.js --series buildEs buildLib buildExample",
|
15
15
|
"test": "jest",
|
16
|
-
"test:watch": "jest --watch"
|
16
|
+
"test:watch": "jest --watch",
|
17
|
+
"preMinipackBuild": "yarn && MODE=build NODE_OPTIONS=--no-experimental-fetch npx gulp -f build/compiler.js --series buildEs buildLib buildExample"
|
17
18
|
},
|
18
19
|
"files": [
|
19
20
|
"dist",
|