Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c44174

Browse files
committed
🔥 unit/e2e testing, closes SimulatedGREG#27 🔥
1 parent 2b3ff03 commit 3c44174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"e2e": "npm run pack && mocha test/e2e",
1515
{{/if}}
1616
{{#if eslint}}
17-
"lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter app",
17+
"lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter app{{#testing unit e2e}} test{{/testing}}",
1818
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix app{{#testing unit e2e}} test{{/testing}}",
1919
{{/if}}
2020
"pack": "cross-env NODE_ENV=production webpack -p --progress --colors",

0 commit comments

Comments
 (0)