mirror of https://github.com/ColorlibHQ/AdminLTE
🐛 package.json
parent
32fbc91a6e
commit
98fcdc484b
|
@ -8,7 +8,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
|
"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",
|
"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",
|
"lint": "npx gulp lint && lockfile-lint",
|
||||||
"compile": "npx gulp compile",
|
"compile": "npx gulp compile",
|
||||||
"production": "npx gulp production"
|
"production": "npx gulp production"
|
||||||
|
|
Loading…
Reference in New Issue