1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 05:35:55 +00:00

adding a circleCI task

This commit is contained in:
Scott Tolksdorf
2018-04-08 21:26:33 -04:00
committed by Trevor Buckner
parent c57ca0b27f
commit 4584b83c60
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
"build": "node scripts/build.js",
"lint": "eslint --fix **/*.{js,jsx}",
"lint:dry": "eslint **/*.{js,jsx}",
"circleci": "eslint **/*.{js,jsx} --max-warnings=0",
"phb": "node scripts/phb.js",
"prod": "set NODE_ENV=production&& npm run build",
"postinstall": "npm run build",
@@ -15,6 +16,7 @@
},
"author": "stolksdorf",
"license": "MIT",
"eslintIgnore": ["build/*"],
"dependencies": {
"babel-preset-env": "^1.1.8",
"basic-auth": "^1.0.3",