mirror of
https://github.com/datashard/snapshot.git
synced 2025-05-19 21:47:21 +00:00
forgot merge conflict in package
This commit is contained in:
parent
eb29b0e118
commit
9a5e800eec
1 changed files with 0 additions and 4 deletions
|
@ -34,13 +34,9 @@
|
||||||
"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:update": "cypress run --env SNAPSHOT_UPDATE=true",
|
||||||
|
|
Loading…
Add table
Reference in a new issue