Skip to content

Commit 4547c62

Browse files
authored
Merge pull request #1048 from bertdeblock/use-pnpm-for-running-scripts
Use `pnpm` for running scripts
2 parents acda1c6 + bb8516b commit 4547c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"lint:js": "eslint . --cache",
3030
"lint:js:fix": "eslint . --fix",
3131
"node-test": "mocha test/**/*.js",
32-
"node-test-with-coverage": "nyc --reporter lcov npm run-script node-test",
32+
"node-test-with-coverage": "nyc --reporter lcov pnpm node-test",
3333
"start": "ember serve",
34-
"test": "npm run-script lint && npm run-script node-test"
34+
"test": "pnpm lint && pnpm node-test"
3535
},
3636
"dependencies": {
3737
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)