Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNathan Fritz <fritzy@github.com>2021-11-16 21:27:55 +0300
committerNathan Fritz <fritzy@github.com>2021-11-18 22:43:26 +0300
commit44e39ce7042a162f53a708ee4660e84638a66f6b (patch)
tree79af3760604b7ce37e3c733a5aeb3726531ae9c6 /docs
parentea2906ca32bda348b2833458729dc52081d64cf2 (diff)
separate github actions for workspaces
PR-URL: https://github.com/npm/cli/pull/4050 Credit: @fritzy Close: #4050 Reviewed-by: @wraithgar PR-URL: https://github.com/npm/cli/pull/4050 Credit: @fritzy Close: #4050 Reviewed-by: @wraithgar
Diffstat (limited to 'docs')
-rw-r--r--docs/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/package.json b/docs/package.json
index e48785bdb..9e594a12f 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -3,7 +3,9 @@
"description": "The npm cli documentation",
"version": "1.0.0",
"scripts": {
- "build": "node dockhand"
+ "build": "node dockhand",
+ "eslint": "eslint",
+ "lint": "npm run eslint -- ./*.js"
},
"repository": {
"type": "git",