Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
fix: Initially lint files with npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Feb 13, 2019
1 parent 3fdf52c commit 57d1374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"repository": "micromata/baumeister",
"private": true,
"scripts": {
"start": "npm-run-all clean:dev handlebars --parallel handlebars:watch webpack:server eslint:watch stylelint:watch --silent",
"start": "npm-run-all clean:dev handlebars --parallel handlebars:watch webpack:server eslint eslint:watch stylelint stylelint:watch --silent",
"build": "npm-run-all test handlebars clean webpack --silent",
"build:dev": "npm-run-all test handlebars clean:dev webpack:dev --silent",
"build:serve": "npm-run-all --parallel build:serve:*",
Expand Down

0 comments on commit 57d1374

Please sign in to comment.