Skip to content

Commit

Permalink
move to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
candunaj committed May 25, 2023
1 parent d833078 commit e4d1c40
Show file tree
Hide file tree
Showing 8 changed files with 14,435 additions and 29,421 deletions.
6,053 changes: 0 additions & 6,053 deletions addon/package-lock.json

This file was deleted.

3 changes: 1 addition & 2 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
},
"scripts": {
"build": "rollup --config",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:js": "eslint .",
"lint": "eslint .",
"prepublishOnly": "rollup --config",
"start": "rollup --config --watch"
},
Expand Down
3 changes: 0 additions & 3 deletions package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test-app"
],
"scripts":{
"lint": "npm run --prefix addon lint && npm run --prefix test-app lint"
"lint": "pnpm run --filter test-app lint && pnpm run --filter addon lint"
},
"volta": {
"node": "14.18.1"
Expand Down
Loading

0 comments on commit e4d1c40

Please sign in to comment.