🐛 package.json

This commit is contained in:
Daniel 2021-11-07 16:13:48 +05:30
parent 32fbc91a6e
commit 98fcdc484b

View file

@ -8,7 +8,8 @@
"scripts": {
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"docs": "echo 1",
"docs-compile": "node -v",
"docs-lint": "node -v",
"lint": "npx gulp lint && lockfile-lint",
"compile": "npx gulp compile",
"production": "npx gulp production"