build: remove "build.sh" script (#27937)
this script is now obsolete and not needed any more. yay!!! PR Close #27937
This commit is contained in:

committed by
Kara Erickson

parent
7ac8b02ec5
commit
98472da03f
11
packages/benchpress/DEVELOPER.md
Normal file
11
packages/benchpress/DEVELOPER.md
Normal file
@ -0,0 +1,11 @@
|
||||
## Publishing
|
||||
|
||||
The `@angular/benchpress` package is not published together with the framework and therefore
|
||||
the `npm_package` Bazel target does not have the `release-with-framework` tag.
|
||||
|
||||
In order to publish this package manually, one can run the following command after bumping
|
||||
the `version` in the `package.json` of this package:
|
||||
|
||||
```
|
||||
yarn bazel run //packages/benchpress:npm_package.publish
|
||||
```
|
@ -1,16 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
cd $(dirname $0)/../../..
|
||||
ROOTDIR=$(pwd)
|
||||
SRCDIR=${ROOTDIR}/packages/benchpress
|
||||
DESTDIR=${ROOTDIR}/dist/packages-dist/benchpress
|
||||
|
||||
rm -fr ${DESTDIR}
|
||||
|
||||
echo "====== BUILDING... ====="
|
||||
./build.sh --packages=core,benchpress --bundle=false
|
||||
|
||||
echo "====== PUBLISHING: ${DESTDIR} ====="
|
||||
npm publish ${DESTDIR} --access public
|
@ -1,7 +1,9 @@
|
||||
|
||||
# Legacy docs for @angular/compiler-cli Developers
|
||||
|
||||
*Note from Igor: This doc is likely outdated now but I'm keeping it around because offline_compiler_test.sh need to be converted to bazel/circleci (or deleted) and these docs seem relevant to anyone who needs to understand those tests. Once that's done this file can be deleted.*
|
||||
*Note from Igor: This doc is likely outdated now but I'm keeping it around because
|
||||
offline_compiler_test.sh need to be converted to bazel/circleci (or deleted) and these docs seem
|
||||
relevant to anyone who needs to understand those tests. Once that's done this file can be deleted.*
|
||||
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user