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
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 277320d11..3989e8e72 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "a package manager for JavaScript",
"workspaces": [
"docs",
+ "smoke-tests",
"workspaces/*"
],
"files": [
@@ -225,8 +226,7 @@
"lintfix": "npm run lint -- --fix",
"lint-all": "npm run lint --if-present --workspaces --include-workspace-root",
"prelint": "rimraf test/npm_cache*",
- "resetdeps": "bash scripts/resetdeps.sh",
- "smoke-tests": "tap smoke-tests/index.js --no-coverage"
+ "resetdeps": "bash scripts/resetdeps.sh"
},
"tap": {
"test-env": [