Skip to content

Commit

Permalink
Use pnpm for running scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Jan 3, 2025
1 parent 874252c commit 211afc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"node-test": "mocha test/**/*.js",
"node-test-with-coverage": "nyc --reporter lcov npm run-script node-test",
"node-test-with-coverage": "nyc --reporter lcov pnpm node-test",
"start": "ember serve",
"test": "npm run-script lint && npm run-script node-test"
"test": "pnpm lint && pnpm node-test"
},
"dependencies": {
"chalk": "^4.1.2",
Expand Down Expand Up @@ -92,5 +92,6 @@
"npm": {
"publish": false
}
}
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}

0 comments on commit 211afc9

Please sign in to comment.