1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

modify: npm script

This commit is contained in:
sota1235
2017-03-13 18:26:39 +09:00
parent fac0abaed6
commit b4e54fc149

View File

@@ -11,7 +11,7 @@
"compile": "grunt compile", "compile": "grunt compile",
"test": "PWD=$(pwd) NODE_ENV=test ava", "test": "PWD=$(pwd) NODE_ENV=test ava",
"fix": "npm run lint --fix", "fix": "npm run lint --fix",
"lint": "eslint ./**/*.js" "lint": "eslint ."
}, },
"config": { "config": {
"electron-version": "1.2.8" "electron-version": "1.2.8"