Skip to content

Commit

Permalink
Adds "cross-env" package
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Oct 17, 2018
1 parent 9ab644f commit 5872c6f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
25 changes: 25 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"main": "./index.js",
"scripts": {
"start": "start-storybook -p 6020",
"dev": "NODE_ENV=development webpack --watch",
"dev": "cross-env NODE_ENV=development webpack --watch",
"build": "webpack",
"cypress": "node_modules/.bin/cypress open",
"examples": "webpack-dev-server --config examples/webpack.config.js",
"flow": "node_modules/.bin/flow",
"test:unit": "BABEL_ENV=test jest",
"test:unit": "cross-env BABEL_ENV=test jest",
"cypress:cli": "node_modules/.bin/cypress run --spec cypress/integration/index.js --browser chrome",
"test:e2e": "server-test examples http-get://localhost:9987 cypress:cli",
"test": "npm run test:unit && npm run test:e2e",
Expand Down Expand Up @@ -69,6 +69,7 @@
"bundlesize": "^0.17.0",
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"cypress": "^3.0.3",
"eslint": "^5.6.0",
"eslint-config-prettier": "^3.1.0",
Expand Down

0 comments on commit 5872c6f

Please sign in to comment.