|
35 | 35 | "build-all-variants": "grunt custom:slim --esm --filename=jquery.slim.module.js && grunt custom --esm --filename=jquery.module.js && grunt custom:slim --filename=jquery.slim.js && grunt custom",
|
36 | 36 | "jenkins": "npm run test:browserless",
|
37 | 37 | "lint:dev": "eslint .",
|
38 |
| - "lint:dist": "eslint --no-ignore dist/jquery.js dist/jquery.slim.js dist-module/jquery.module.js dist-module/jquery.slim.module.js", |
| 38 | + "lint:dist": "eslint --no-ignore --no-error-on-unmatched-pattern dist/jquery.js dist/jquery.slim.js dist-module/jquery.module.js dist-module/jquery.slim.module.js", |
39 | 39 | "lint:json": "jsonlint --quiet package.json",
|
40 | 40 | "lint:cache": "concurrently -r \"npm:lint:dev -- --cache\" \"npm:lint:json\"",
|
41 | 41 | "lint": "concurrently -r \"npm:lint:dev\" \"npm:lint:json\" && npm run lint:dist",
|
42 | 42 | "prepare": "husky install",
|
43 | 43 | "start": "grunt watch",
|
44 |
| - "test:browserless": "grunt && npm run test:node_smoke_tests && grunt test:slow", |
45 |
| - "test:browser": "grunt && grunt karma:main", |
46 |
| - "test:esmodules": "grunt && grunt karma:esmodules", |
| 44 | + "test:browserless": "npm run test:node_smoke_tests && grunt test:slow", |
| 45 | + "test:browser": "grunt karma:main", |
| 46 | + "test:esmodules": "grunt karma:esmodules", |
47 | 47 | "test:no-deprecated": "grunt test:prepare && grunt custom:-deprecated && grunt karma:main",
|
48 | 48 | "test:selector-native": "grunt test:prepare && grunt custom:-selector && grunt karma:main",
|
49 | 49 | "test:slim": "grunt test:prepare && grunt custom:slim && grunt karma:main",
|
|
52 | 52 | "test:node_smoke_tests:slim-module": "grunt node_smoke_tests:module:./dist-module/jquery.slim.module.js && grunt node_smoke_tests:module:jquery/slim",
|
53 | 53 | "test:node_smoke_tests:slim-commonjs": "grunt node_smoke_tests:commonjs:./dist/jquery.slim.js && grunt node_smoke_tests:commonjs:jquery/slim",
|
54 | 54 | "test:node_smoke_tests": "npm run test:node_smoke_tests:full-module && npm run test:node_smoke_tests:slim-module && npm run test:node_smoke_tests:full-commonjs && npm run test:node_smoke_tests:slim-commonjs",
|
55 |
| - "test": "npm run test:browserless && npm run test:slim && npm run test:no-deprecated && npm run test:selector-native && grunt && grunt test:slow && grunt karma:main && grunt karma:esmodules" |
| 55 | + "test": "grunt && npm run lint && npm run test:browserless && npm run test:slim && npm run test:no-deprecated && npm run test:selector-native && grunt && grunt test:slow && grunt karma:main && grunt karma:esmodules" |
56 | 56 | },
|
57 | 57 | "homepage": "https://jquery.com",
|
58 | 58 | "author": {
|
|
0 commit comments