- npm: Avoid deprecated `prepublish`

master
Brett Zamir 2020-04-03 08:20:54 +08:00
parent fccd584ab8
commit a850fdb34b
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@
"build-by-config": "rollup -c rollup-config.config.js",
"prep-no-core-rollup": "run-s eslint build-html build-by-config",
"prep": "run-s prep-no-core-rollup rollup",
"prepublish": "run-s license-badges copy prep",
"prepublishOnly": "run-s build-docs",
"prepublishOnly": "run-s license-badges copy prep build-docs",
"cypress:open-no-start": "cypress open",
"cypress:open": "run-p start cypress:open-no-start",
"open-tests": "run-s instrument cypress:open",