1
0
Fork 0
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:
Joshua 2023-03-23 15:06:33 +01:00
parent 5dae644e87
commit f570315e09

View file

@ -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": {