Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"test:dev:functional": "node ./nightwatch.js -c ./nightwatch.json",
"test:ci:lint": "eslint ./src/**/*.js",
"test:dev:lint": "eslint ./src/scripts/**/*.js",
"test:ci:stylelint": "stylelint './src/**/*.scss' --config webpack/.stylelintrc",
"test:dev:stylelint": "stylelint './src/**/*.scss' --config webpack/.stylelintrc",
"test:stylelint": "stylelint './src/**/*.scss' --config webpack/.stylelintrc",
"dev": "node webpack/dev-server.js & PORT=8000 node start.js",
"start": "NODE_PATH=\"./src\" node ./start",
"build": "node ./node_modules/webpack/bin/webpack.js --config webpack/prod.config.js",
Expand Down Expand Up @@ -157,6 +156,6 @@
},
"pre-commit": [
"test:dev:lint",
"test:dev:stylelint"
"test:stylelint"
]
}