Add 'npm run test:presubmit' script
Fix: b/285562786 Test: npm run test:presubmit Change-Id: Ieddaf47c6737fe49d485bf4d81d2b711e4334cd2
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
"test:unit": "webpack --config webpack.config.unit_test.js && jasmine dist/unit_test/bundle.js",
|
||||
"test:component": "npx karma start",
|
||||
"test:e2e": "rm -rf dist/e2e_test && npx tsc -p ./src/test/e2e && npx protractor protractor.config.js",
|
||||
"test:presubmit": "npm run test:unit && npm run test:component && npm run format:check && npm run tslint:check && npm run eslint:check && npm run deps_graph:check_cycles",
|
||||
"test:all": "npm run test:unit && npm run test:component && npm run test:e2e && npm run format:check && npm run tslint:check && npm run eslint:check && npm run deps_graph:check_cycles"
|
||||
},
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user