Skip to content

Commit

Permalink
chore: remove package lock files (microsoft#865)
Browse files Browse the repository at this point in the history
* removing package locks

* add package-lock files to .gitignore

* prevent package-lock generation

* configure lerna bootstrap to use npm i for ci builds
  • Loading branch information
nicholasrice authored and awentzel committed Sep 10, 2018
1 parent 7f4c906 commit 7d7aca0
Show file tree
Hide file tree
Showing 54 changed files with 31 additions and 192,487 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run:
name: Bootstrap dependencies
command: |
lerna bootstrap
lerna bootstrap --no-ci
- run:
name: Run unit tests
command: |
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@ www/
.vs/

# tmp directories
.tmp/
.tmp/

# npm package-locks
package-lock.json
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading

0 comments on commit 7d7aca0

Please sign in to comment.