|
7 | 7 | "build": "node build.js",
|
8 | 8 | "build:deploy": "node build.js --preserveLocale",
|
9 | 9 | "serve": "cross-env NODE_ENV=development node server.js",
|
10 |
| - "external:survey": "rsync -avz --exclude 'node_modules*' --exclude 'package*' external/survey-2018/ build/en/user-survey-report", |
| 10 | + "external:survey": "rsync -avz --exclude \"node_modules*\" --exclude \"package*\" external/survey-2018/ build/en/user-survey-report", |
11 | 11 | "deploy": "npm-run-all load-schedule build:deploy external:survey",
|
12 | 12 | "load-versions": "node scripts/load-versions.js",
|
13 | 13 | "load-schedule": "curl -sS https://raw.githubusercontent.com/nodejs/Release/master/schedule.json -o source/schedule.json",
|
14 | 14 | "start": "npm run serve",
|
15 | 15 | "test": "npm-run-all test:lint test:unit",
|
16 | 16 | "test:lint": "npm-run-all --parallel --aggregate-output --continue-on-error test:lint:*",
|
17 |
| - "test:lint:js": "eslint .", |
| 17 | + "test:lint:js": "eslint . --cache --cache-location .cache/.eslintcache", |
18 | 18 | "test:lint:md": "remark -qf .",
|
19 |
| - "test:lint:stylelint": "stylelint \"layouts/css/**/*.{css,scss}\" --report-needless-disables", |
| 19 | + "test:lint:stylelint": "stylelint \"layouts/css/**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --report-needless-disables", |
20 | 20 | "test:lint:lockfile": "lockfile-lint --allowed-hosts npm github.com --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
|
21 | 21 | "test:html": "node scripts/vnu-jar.js",
|
22 |
| - "test:unit": "tape tests/**/*.test.js" |
| 22 | + "test:unit": "tape \"tests/**/*.test.js\"" |
23 | 23 | },
|
24 | 24 | "repository": "nodejs/nodejs.org",
|
25 | 25 | "author": "Node.js Website Working Group",
|
|
0 commit comments