Merge pull request #107 from netlify/tmp-disable-lint-ci
Temporarily disabled linting in `test` script
This commit is contained in:
commit
e7a4675075
@ -5,7 +5,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --config webpack.dev.js",
|
"start": "webpack-dev-server --config webpack.dev.js",
|
||||||
"test": "NODE_ENV=test npm run lint && jest",
|
"test": "NODE_ENV=test jest",
|
||||||
"test:watch": "NODE_ENV=test jest --watch",
|
"test:watch": "NODE_ENV=test jest --watch",
|
||||||
"build": "webpack --config webpack.config.js",
|
"build": "webpack --config webpack.config.js",
|
||||||
"storybook": "start-storybook -p 9001",
|
"storybook": "start-storybook -p 9001",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user