Skip to content

Commit

Permalink
Remove project id and Correct the command name. (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranemihir authored and neSpecc committed Dec 8, 2020
1 parent 421a975 commit 6ce651e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"projectId": "tivr7e",
"env": {
},
"fixturesFolder": "test/cypress/fixtures",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"svg": "svg-sprite-generate -d src/assets/ -o dist/sprite.svg",
"pull_tools": "git submodule update --init --recursive",
"checkout_tools": "git submodule foreach git pull origin master",
"test:e2e": "cypress open"
"test:e2e": "cypress run"
},
"author": "CodeX",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6ce651e

Please sign in to comment.