Skip to content

Commit

Permalink
fix: #1821 Update release dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vu Nguyen committed Jul 7, 2020
1 parent 4bd54a7 commit 40dc50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/developer-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start:prod": "serve public/dist -s -l 8080",
"test:ci": "cross-env TZ=UTC jest --ci --colors --coverage --silent --forceExit --detectOpenHandles --runInBand",
"test:dev": "cross-env TZ=UTC jest --watch --verbose",
"release:dev": "node ../../scripts/release/release-dev.js reapit-developer-portal-dev reapit-app-store",
"release:dev": "node ../../scripts/release/release-dev.js developer-portal reapit-developer-portal-dev",
"test-e2e:dev": "cypress open --project './src/tests'",
"cypress:ci": "cypress run --project \"./src/tests\"",
"test-e2e:ci": "start-server-and-test start:prod http://localhost:8080 cypress:ci",
Expand Down

0 comments on commit 40dc50c

Please sign in to comment.