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 'workspaces/libnpmfund/package.json')
-rw-r--r--workspaces/libnpmfund/package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index 98f6acda1..f6c240615 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -33,8 +33,8 @@
"scripts": {
"eslint": "eslint",
"lint": "eslint \"**/*.js\"",
- "lintfix": "npm run lint -- --fix",
- "posttest": "npm run lint",
+ "lintfix": "node ../.. run lint -- --fix",
+ "posttest": "node ../.. run lint",
"test": "tap",
"snap": "tap",
"postlint": "template-oss-check",
@@ -55,5 +55,11 @@
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.3.2",
"content": "../../scripts/template-oss/index.js"
+ },
+ "tap": {
+ "nyc-arg": [
+ "--exclude",
+ "tap-snapshots/**"
+ ]
}
}