@xfe-repo/web-app 1.2.6 → 1.2.7

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,7 +21,6 @@ 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
25
24
 
26
25
  - name: build
27
26
  pull: if-not-exists
@@ -34,6 +33,7 @@ steps:
34
33
  - name: node-modules
35
34
  path: /drone/src/node_modules
36
35
  commands:
36
+ - cp -r node_modules/@xfe-repo/web-app/deploy deploy
37
37
  - export REACT_APP_RELEASE=$DRONE_REPO_NAME@${DRONE_TAG:CI_COMMIT_SHA}
38
38
  - echo -n "$REACT_APP_RELEASE" > deploy/static/release
39
39
  - pnpm build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-app",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "bin": {
5
5
  "xfe-web": "./bin/index.js"
6
6
  },
@@ -78,8 +78,8 @@
78
78
  "webpack-manifest-plugin": "^4.0.2",
79
79
  "workbox-webpack-plugin": "^7.0.0",
80
80
  "yaml": "^2.3.4",
81
- "@xfe-repo/eslint-config": "0.0.5",
82
- "@xfe-repo/typescript-config": "0.0.6"
81
+ "@xfe-repo/typescript-config": "0.0.6",
82
+ "@xfe-repo/eslint-config": "0.0.5"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "react": "18.2.0",