- npm: Fix run-if-changed script with redundant call to run-s

This commit is contained in:
Brett Zamir
2020-08-13 10:37:16 +08:00
parent 37b5490db5
commit 02afdb3d32

View File

@@ -109,7 +109,7 @@
"build": "npm run build-html",
"docs": "npm run build-docs",
"licenseInfo.json": "npm run license-badges",
"package-lock.json": "run-s install-offline run-s license-badges copy prep-no-eslint build-docs"
"package-lock.json": "run-s install-offline license-badges copy prep-no-eslint build-docs"
},
"husky": {
"hooks": {