Remove project id and Correct the command name. (#1452)

This commit is contained in:
Mihir Rane 2020-12-02 23:36:13 +05:30 committed by GitHub
parent bbbd637dfd
commit 59a303438c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
{
"projectId": "tivr7e",
"env": {
},
"fixturesFolder": "test/cypress/fixtures",

View file

@ -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",