- Linting: Add notes on some

- npm: Switch `prepare`->`prepublish` as causing problems for Git installs
This commit is contained in:
Brett Zamir
2020-04-03 08:15:27 +08:00
parent 3c10411594
commit fccd584ab8
2 changed files with 15 additions and 2 deletions

View File

@@ -59,7 +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",
"prepare": "run-s license-badges copy prep",
"prepublish": "run-s license-badges copy prep",
"prepublishOnly": "run-s build-docs",
"cypress:open-no-start": "cypress open",
"cypress:open": "run-p start cypress:open-no-start",