We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acda1c6 + bb8516b commit 4547c62Copy full SHA for 4547c62
package.json
@@ -29,9 +29,9 @@
29
"lint:js": "eslint . --cache",
30
"lint:js:fix": "eslint . --fix",
31
"node-test": "mocha test/**/*.js",
32
- "node-test-with-coverage": "nyc --reporter lcov npm run-script node-test",
+ "node-test-with-coverage": "nyc --reporter lcov pnpm node-test",
33
"start": "ember serve",
34
- "test": "npm run-script lint && npm run-script node-test"
+ "test": "pnpm lint && pnpm node-test"
35
},
36
"dependencies": {
37
"chalk": "^4.1.2",
0 commit comments