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 0f741f9 commit 12634b4Copy full SHA for 12634b4
package.json
@@ -12,7 +12,8 @@
12
"scripts": {
13
"test": "(find . -not -path './node_modules/*' -path '*/*.spec.js' | grep -v '__tests__' | NODE_ENV=test xargs mocha) && jest",
14
"start": "node index.js",
15
- "eslint": "eslint infra/**"
+ "lint": "eslint infra/**",
16
+ "build": "echo 'No build step'"
17
},
18
"repository": {
19
"type": "git",
0 commit comments