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 bb8516b
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 bb8516b

Please sign in to comment.