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.
1 parent f7dd75d commit e00ae34Copy full SHA for e00ae34
packages/fastboot-express-middleware/package.json
@@ -20,7 +20,7 @@
20
"author": "Tom Dale <[email protected]>",
21
"main": "src/index.js",
22
"scripts": {
23
- "lint:js": "eslint --cache .",
+ "lint": "eslint --cache .",
24
"test": "yarn lint:js && mocha"
25
},
26
"dependencies": {
packages/fastboot/package.json
@@ -22,8 +22,8 @@
],
"changelog": "lerna-changelog",
- "test": "npm run-script lint:js && mocha",
+ "test": "mocha",
27
"preversion": "npm test",
28
"postversion": "git push origin master --tags"
29
0 commit comments