Skip to content

Commit

Permalink
清除 package-lock.json 文件, lerna 不支持
Browse files Browse the repository at this point in the history
  • Loading branch information
qiu8310 committed Jul 4, 2019
1 parent 97558d9 commit caaa2a1
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 34,591 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -5,7 +5,7 @@ node_modules
.cache
*.log
dist
!package-lock.json
package-lock.json
yarn.lock

# 根目录下会有自动生成的 .d.ts 文件
Expand Down
5 changes: 3 additions & 2 deletions lerna.json
Expand Up @@ -7,12 +7,13 @@
"command": {
"publish": {
"ignoreChanges": [
"*.md"
"*.md",
"*-lock.json"
]
},
"bootstrap": {
"ignore": [],
"npmClientArgs": []
"npmClientArgs": ["--no-package-lock"]
}
}
}

0 comments on commit caaa2a1

Please sign in to comment.