mirror of
https://github.com/datashard/snapshot.git
synced 2025-05-18 13:17:22 +00:00
remove eslint and add cypress:update command
This commit is contained in:
parent
5dae644e87
commit
f570315e09
1 changed files with 5 additions and 0 deletions
|
@ -34,11 +34,16 @@
|
||||||
"issues": "git-issues",
|
"issues": "git-issues",
|
||||||
"license": "license-checker --production --onlyunknown --csv",
|
"license": "license-checker --production --onlyunknown --csv",
|
||||||
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
||||||
|
<<<<<<< HEAD
|
||||||
"test": "npm run unit",
|
"test": "npm run unit",
|
||||||
"unit": "mocha src/*-spec.js",
|
"unit": "mocha src/*-spec.js",
|
||||||
"unused-deps": "dependency-check --unused --no-dev . --entry src/index.js",
|
"unused-deps": "dependency-check --unused --no-dev . --entry src/index.js",
|
||||||
|
=======
|
||||||
|
"unused-deps": "dependency-check --unused --no-dev . --entry src/add-initial-snapshot-file.js",
|
||||||
|
>>>>>>> cce9ee3 (remove eslint and add cypress:update command)
|
||||||
"semantic-release": "semantic-release",
|
"semantic-release": "semantic-release",
|
||||||
"cypress:open": "cypress open",
|
"cypress:open": "cypress open",
|
||||||
|
"cypress:update": "cypress run --env SNAPSHOT_UPDATE=true",
|
||||||
"cypress:run": "cypress run"
|
"cypress:run": "cypress run"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue