Skip to content

Commit a7d6ba1

Browse files
added build step
1 parent 64523b9 commit a7d6ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"package-build": "./bin/runner.js"
1010
},
1111
"scripts": {
12+
"build": "echo 'No build script required.'",
1213
"test": "npm run lint:check && npm run format:check",
1314
"lint": "eslint . --fix",
1415
"lint:check": "eslint .",

0 commit comments

Comments
 (0)