@xfe-repo/web-app 1.2.5 → 1.2.6

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
@@ -21,6 +21,7 @@ steps:
21
21
  commands:
22
22
  - pnpm config set registry https://registry.npmmirror.com
23
23
  - pnpm i
24
+ - cp -r node_modules/@xfe-repo/web-app/deploy deploy
24
25
 
25
26
  - name: build
26
27
  pull: if-not-exists
@@ -34,7 +35,6 @@ steps:
34
35
  path: /drone/src/node_modules
35
36
  commands:
36
37
  - export REACT_APP_RELEASE=$DRONE_REPO_NAME@${DRONE_TAG:CI_COMMIT_SHA}
37
- - cp -r node_modules/@xfe-repo/web-app/deploy deploy
38
38
  - echo -n "$REACT_APP_RELEASE" > deploy/static/release
39
39
  - pnpm build
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-app",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "bin": {
5
5
  "xfe-web": "./bin/index.js"
6
6
  },