13 lines
348 B
JSON
13 lines
348 B
JSON
{
|
|
"name": "angular-bazel",
|
|
"description": "example and integration test for building Angular apps with Bazel",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
},
|
|
"scripts": {
|
|
"//": "deps are listed in src/package.json which is used by yarn_install",
|
|
"test": "bazel build ... --noshow_progress && bazel test ..."
|
|
}
|
|
}
|