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

master
Brett Zamir 2020-08-13 10:37:16 +08:00
parent 37b5490db5
commit 02afdb3d32
1 changed files with 1 additions and 1 deletions

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