Skip to content

Commit

Permalink
rails 5.2 testing with canary header
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Oct 31, 2024
1 parent f506e90 commit d1346af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 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 @@ -18,7 +18,7 @@
"markdownz": "~9.1.6",
"modal-form": "~2.9",
"moment": "~2.29.0",
"panoptes-client": "~5.6.2",
"panoptes-client": "zooniverse/panoptes-javascript-client#add-talk-api-canary-testing-headers",
"papaparse": "^5.4.1",
"polished": "~4.3.1",
"prop-types": "~15.8.1",
Expand Down Expand Up @@ -124,7 +124,7 @@
"coverage": "nyc report --reporter=lcov",
"start": "export NODE_ENV=development; check-engines && check-dependencies && webpack-dashboard -p 3736 -- webpack-dev-server --config ./webpack.dev.js",
"_build": "export HEAD_COMMIT=$(git rev-parse --short HEAD); check-engines && check-dependencies && rimraf dist; webpack --config ./webpack.build.js --progress --color",
"build-production": "export NODE_ENV=production; npm run _build",
"build-production": "export NODE_ENV=staging; npm run _build",
"serve-static": "export NODE_ENV=staging; check-engines && check-dependencies && npm run _build && node ./static-server.js",
"test-and-watch": "NODE_ENV=development BABEL_ENV=test mocha --watch --watch-extensions js,jsx,coffee,cjsx test/setup.js test/enzyme-configuration.js $(find app -name *.spec.js*) --reporter nyan || true",
"test": "NODE_ENV=development BABEL_ENV=test nyc mocha --exit test/setup.js test/enzyme-configuration.js $(find app -name *.spec.js*) --reporter nyan || true",
Expand Down

0 comments on commit d1346af

Please sign in to comment.