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

Commit f16bd3a

Browse files
committed
revert: fix: Initially lint files with npm start
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.
1 parent 5faa710 commit f16bd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"repository": "micromata/baumeister",
1717
"private": true,
1818
"scripts": {
19-
"start": "npm-run-all clean:dev handlebars --parallel handlebars:watch webpack:server eslint eslint:watch stylelint stylelint:watch --silent",
19+
"start": "npm-run-all clean:dev handlebars --parallel handlebars:watch webpack:server eslint:watch stylelint:watch --silent",
2020
"build": "npm-run-all test handlebars clean webpack --silent",
2121
"build:dev": "npm-run-all test handlebars clean:dev webpack:dev --silent",
2222
"build:serve": "npm-run-all --parallel build:serve:*",

0 commit comments

Comments
 (0)