We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0358ae1 commit 168fa16Copy full SHA for 168fa16
1 file changed
packages/fastboot-express-middleware/package.json
@@ -20,8 +20,8 @@
20
"author": "Tom Dale <[email protected]>",
21
"main": "src/index.js",
22
"scripts": {
23
- "lint": "eslint --cache .",
24
- "test": "yarn lint:js && mocha"
+ "lint:js": "eslint --cache .",
+ "test": "pnpm lint:js && mocha"
25
},
26
"dependencies": {
27
"chalk": "^4.1.2",
0 commit comments