Skip to content

Commit

Permalink
chore(*): updat package & locks;
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Oct 15, 2021
1 parent 1ca0f94 commit 77bbfd4
Show file tree
Hide file tree
Showing 11 changed files with 73,466 additions and 74,662 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"bson",
"coll",
"dockerode",
"EJSON",
"lafyun",
"signin",
"uids",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"url": "git+https://github.com/Maslow/laf.git"
},
"scripts": {
"install": "lerna exec npm install",
"install": "lerna exec npm install --parallel",
"install-dev": "lerna bootstrap",
"build": "lerna run build",
"build": "lerna run build --parallel",
"watch": "lerna run watch --parallel",
"prepublishOnly": "npm run build",
"changelog": "npx conventional-changelog -i CHANGELOG.md -s -r 0 -p angular",
Expand Down
Loading

0 comments on commit 77bbfd4

Please sign in to comment.