File tree Expand file tree Collapse file tree 3 files changed +1
-204
lines changed
Expand file tree Collapse file tree 3 files changed +1
-204
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ exports_files([
1010 "LICENSE" ,
1111 "tsconfig.json" , # @external
1212 "tsconfig-test.json" , # @external
13- "tslint.base .json" , # @external
13+ "tsconfig-build .json" , # @external
1414])
Original file line number Diff line number Diff line change 2323 "bazel:test" : " bazel test //packages/..." ,
2424 "build" : " node ./bin/devkit-admin build" ,
2525 "build-tsc" : " tsc -p tsconfig.json" ,
26- "debug:test" : " node --inspect-brk ./bin/devkit-admin test" ,
27- "debug:test-large" : " node --inspect-brk ./bin/devkit-admin test --large --spec-reporter" ,
2826 "lint" : " eslint --cache --max-warnings=0 \" **/*.ts\" " ,
2927 "templates" : " node ./bin/devkit-admin templates" ,
3028 "validate" : " node ./bin/devkit-admin validate" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments