adding build-ci yarn target

This commit is contained in:
Alvin Huang 2019-01-03 12:56:30 -05:00
parent 90e863bfdc
commit 806f1a68b0
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"repository": "",
"scripts": {
"build": "ember build --environment production",
"build-ci": "ember build --environment development",
"lint:dev:js": "eslint -c .dev.eslintrc.js --fix ./*.js ./.*.js app config lib server tests",
"lint:js": "eslint -c .eslintrc.js --fix ./*.js ./.*.js app config lib server tests",
"format:js": "prettier --write \"{app,config,lib,server,tests}/**/*.js\" ./*.js ./.*.js",