1
0
Fork 0
mirror of https://github.com/datashard/snapshot.git synced 2025-05-02 23:17:21 +00:00

forgot merge conflict in package

This commit is contained in:
Joshua 2023-03-23 17:00:53 +01:00
parent eb29b0e118
commit 9a5e800eec

View file

@ -34,13 +34,9 @@
"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",