Skip to content

Commit

Permalink
update: added cross-env package and updated test script
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva3010 committed Mar 5, 2021
1 parent 6206b36 commit 9fa32b0
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
52 changes: 52 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:umd": "rollup --config build/rollup.config.js --format umd --file dist/formulate.umd.js",
"build:iife": "rollup --config build/rollup.iife.config.js --format iife --file dist/formulate.min.js",
"build:css": "node-sass themes/snow/snow.scss dist/snow.css && postcss --use autoprefixer -b '> 2%' < dist/snow.css | postcss --no-map --use cssnano > dist/snow.min.css",
"test": "NODE_ENV=test jest --config test/jest.conf.js --coverage",
"test": "cross-env NODE_ENV=test jest --config test/jest.conf.js --coverage",
"test:watch": "NODE_ENV=test jest --config test/jest.conf.js --watch",
"test:coverage": "NODE_ENV=test jest --config test/jest.conf.js --coverage",
"cypress": "cypress open",
Expand Down Expand Up @@ -59,6 +59,7 @@
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.5.1",
"cross-env": "^7.0.3",
"cssnano": "^4.1.10",
"cypress": "^6.0.1",
"cypress-file-upload": "^4.1.1",
Expand Down

0 comments on commit 9fa32b0

Please sign in to comment.