Przeglądaj źródła

:bug: package.json

Daniel 3 lat temu
rodzic
commit
98fcdc484b
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -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"