mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
16 lines
496 B
JSON
16 lines
496 B
JSON
{
|
|
"name": "angular-bazel",
|
|
"description": "example and integration test for building Angular apps with Bazel",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@bazel/bazel": "file:../../node_modules/@bazel/bazel"
|
|
},
|
|
"scripts": {
|
|
"//": "this package.json file is only here so that `yarn test` can be called by /integration/run_tests.sh",
|
|
"pretest": "./pretest.sh",
|
|
"test": "bazel build ... --noshow_progress && bazel test ..."
|
|
}
|
|
}
|