@dazhicheng/common 1.0.9 → 1.0.10

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.
Files changed (2) hide show
  1. package/Dockerfile +2 -1
  2. package/package.json +1 -1
package/Dockerfile CHANGED
@@ -10,7 +10,8 @@ RUN npm install -g pnpm && \
10
10
  ARG NODE_ENV=dev
11
11
 
12
12
  # 先复制依赖文件并安装依赖
13
- COPY package*.json pnpm-lock.yaml* pnpm-workspace.yaml scripts/sync-common.mjs ./
13
+ COPY package*.json pnpm-lock.yaml* pnpm-workspace.yaml ./
14
+ COPY scripts/sync-common.mjs ./scripts/
14
15
  RUN pnpm install
15
16
 
16
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/common",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",