|
18 | 18 | "lint:js": "eslint test scripts webpack.config.js karma.conf.js", |
19 | 19 | "lint:ts": "tslint --exclude \"**/*.d.ts\" --exclude \"packages/**/test/*.ts\" \"packages/test/*.ts\" \"test/**/*.ts\" \"scripts/**/*.ts\"", |
20 | 20 | "lint:html": "find test/screenshot/spec/ -name '*.html' | grep -v 'index.html$' | xargs htmllint", |
21 | | - "lint:mdc": "ts-node --project scripts/tsconfig.json -- scripts/lint-mdc.ts", |
22 | 21 | "lint": "npm-run-all --parallel lint:*", |
23 | 22 | "postinstall": "lerna bootstrap", |
24 | 23 | "pretest": "npm run lint", |
25 | | - "test": "npm run test:unit && npm run test:feature-targeting && npm run test:dependency && npm run build && npm run clean", |
| 24 | + "test": "npm run test:unit && npm run test:dependency && npm run build && npm run clean", |
26 | 25 | "screenshot:approve": "node test/screenshot/run.js approve", |
27 | 26 | "screenshot:build": "node test/screenshot/run.js build", |
28 | 27 | "screenshot:clean": "node test/screenshot/run.js clean", |
|
36 | 35 | "start": "npm-run-all --parallel screenshot:serve screenshot:watch", |
37 | 36 | "test:sass": "jasmine --config=jasmine-node.json", |
38 | 37 | "test:dependency": "./scripts/dependency-test.sh", |
39 | | - "test:feature-targeting": "node test/scss/verify-feature-targeting.js", |
40 | 38 | "test:site": "npm run clean:site && ./scripts/site-generator-test.sh", |
41 | 39 | "test:unit": "npm run test:jasmineunit; jasmine_exit_code=$?; npm run test:mochaunit && exit \"$jasmine_exit_code\"", |
42 | 40 | "test:jasmineunit": "USE_JASMINE=true karma start --single-run", |
|
0 commit comments