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

Commit

Permalink
revert: fix: Initially lint files with npm start
Browse files Browse the repository at this point in the history
This reverts commit 57d1374.

The lack of initially linting files with npm start was on purpose. Because it’s frustrating when you aren’t abel to start because of linting errors.
  • Loading branch information
mischah committed Mar 18, 2019
1 parent 5faa710 commit f16bd3a
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 eslint:watch stylelint stylelint:watch --silent",
"start": "npm-run-all clean:dev handlebars --parallel handlebars:watch webpack:server eslint:watch 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 f16bd3a

Please sign in to comment.