Skip to content

Commit 12634b4

Browse files
committed
build: add unified commands
1 parent 0f741f9 commit 12634b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"scripts": {
1313
"test": "(find . -not -path './node_modules/*' -path '*/*.spec.js' | grep -v '__tests__' | NODE_ENV=test xargs mocha) && jest",
1414
"start": "node index.js",
15-
"eslint": "eslint infra/**"
15+
"lint": "eslint infra/**",
16+
"build": "echo 'No build step'"
1617
},
1718
"repository": {
1819
"type": "git",

0 commit comments

Comments
 (0)