Skip to content

Commit

Permalink
Merge pull request #1048 from bertdeblock/use-pnpm-for-running-scripts
Browse files Browse the repository at this point in the history
Use `pnpm` for running scripts
  • Loading branch information
mansona authored Jan 16, 2025
2 parents acda1c6 + bb8516b commit 4547c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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

0 comments on commit 4547c62

Please sign in to comment.