@xfe-repo/mini-app 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/deploy/.drone.yml CHANGED
@@ -22,6 +22,7 @@ steps:
22
22
  commands:
23
23
  - pnpm config set registry https://registry.npmmirror.com
24
24
  - pnpm i
25
+ - cp -r node_modules/@xfe-repo/mini-app/deploy deploy
25
26
 
26
27
  volumes:
27
28
  - name: node-modules
@@ -129,7 +130,6 @@ steps:
129
130
  path: /drone/src/node_modules
130
131
  commands:
131
132
  - export REACT_APP_RELEASE=$DRONE_REPO_NAME@${DRONE_TAG:CI_COMMIT_SHA}
132
- - cp -r node_modules/@xfe-repo/web-app/deploy deploy
133
133
  - echo -n "$REACT_APP_RELEASE" > deploy/static/release
134
134
  - pnpm build --type h5
135
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/mini-app",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "bin": {
5
5
  "xfe-mini": "./bin/index.js"
6
6
  },