Skip to content

Commit

Permalink
EDSC-3592: Fixes CI test command, bumps npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch committed Dec 5, 2022
1 parent dc9e0c6 commit b3dc9c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"title": "Earthdata Search Components: ECHO Forms",
"description": "A React component implementation of the ECHO Forms specification.",
"main": "dist/index.js",
"version": "1.1.14",
"version": "1.1.15",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --config example/webpack.config.js --mode development",
"cypress:open": "NODE_ENV=test cypress open",
"cypress:run": "NODE_ENV=test cypress run -c video=false",
"cypress:run": "NODE_ENV=test cypress run -c video=false --component",
"test": "npm run cypress:run",
"test:bamboo": "cypress run --reporter junit --reporter-options \"mochaFile=junit.xml\" -c video=false",
"prepare": "npm run build",
Expand Down

0 comments on commit b3dc9c7

Please sign in to comment.