@xfe-repo/web-app 1.0.3 → 1.0.4

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
@@ -18,8 +18,9 @@ steps:
18
18
  - name: node-modules
19
19
  path: /drone/src/node_modules
20
20
  commands:
21
+ - pnpm config set registry https://registry.npmmirror.com
21
22
  - pnpm i --frozen-lockfile
22
- - ln -s node_modules/@xfe-repo/web-app/deploy deploy
23
+ - cp -r node_modules/@xfe-repo/web-app/deploy deploy
23
24
 
24
25
  - name: build
25
26
  pull: if-not-exists
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-app",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "bin": {
5
5
  "xfe-web": "./bin/index.js"
6
6
  },
@@ -74,6 +74,6 @@
74
74
  "workbox-webpack-plugin": "^7.0.0",
75
75
  "yaml": "^2.3.4",
76
76
  "@xfe-repo/eslint-config": "0.0.1",
77
- "@xfe-repo/typescript-config": "0.0.2"
77
+ "@xfe-repo/typescript-config": "0.0.3"
78
78
  }
79
79
  }