Skip to content

Commit

Permalink
fix all
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 13, 2023
1 parent 7a1c23d commit ae7929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test-deploy": "start-server-and-test --expect 401 start http-get://127.0.0.1:9000 run-deploy",
"open": "cypress open",
"run": "cypress run --spec ./cypress/e2e/publish-ui/*.cy.js --env token=token",
"run-deploy": "if \"%OS%\"==\"Windows_NT\" (cypress run --spec ./cypress/e2e/deploy/*.cy.js --env token=token,CYPRESS_CONNECT_ADDRESS=%CYPRESS_CONNECT_ADDRESS%) else (cypress run --spec ./cypress/e2e/deploy/*.cy.js --env token=token,CYPRESS_CONNECT_ADDRESS=$CYPRESS_CONNECT_ADDRESS);"
"run-deploy": "if \"%OS%\"==\"Windows_NT\"; then cypress run --spec ./cypress/e2e/deploy/*.cy.js --env token=token,CYPRESS_CONNECT_ADDRESS=%CYPRESS_CONNECT_ADDRESS%; else cypress run --spec ./cypress/e2e/deploy/*.cy.js --env token=token,CYPRESS_CONNECT_ADDRESS=$CYPRESS_CONNECT_ADDRESS; fi"
},
"devDependencies": {
"cross-env": "^7.0.3",
Expand Down

0 comments on commit ae7929b

Please sign in to comment.