mirror of
https://github.com/datashard/snapshot.git
synced 2025-05-02 15:07: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",
|
||||
"license": "license-checker --production --onlyunknown --csv",
|
||||
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
||||
<<<<<<< HEAD
|
||||
"test": "npm run unit",
|
||||
"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/add-initial-snapshot-file.js",
|
||||
>>>>>>> cce9ee3 (remove eslint and add cypress:update command)
|
||||
"semantic-release": "semantic-release",
|
||||
"cypress:open": "cypress open",
|
||||
"cypress:update": "cypress run --env SNAPSHOT_UPDATE=true",
|
||||
"cypress:run": "cypress run"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue