Skip to content

Commit

Permalink
fix(scripts:ci): fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Aug 11, 2021
1 parent 98d3e83 commit c2fd124
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 36 deletions.
34 changes: 0 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +0,0 @@
# 12.1.0 (2021-08-11)


### Bug Fixes

* **all:** asdf ([53911b5](https://github.com/hbyunzai/yelon/commit/53911b56bc440035d046c3d62479507e13e92b4d))
* **all:** fix some docs ([6dc4ea3](https://github.com/hbyunzai/yelon/commit/6dc4ea38b42e412fc8cdab9104fe026686f4aa61))
* **all:** fix some url ([1f9ab07](https://github.com/hbyunzai/yelon/commit/1f9ab0774aaf4349bf3cd266e9fc7004844a5c4d))
* **all:** fix vscode plugin ([3ffeddc](https://github.com/hbyunzai/yelon/commit/3ffeddc2c2d7e198163464c0a0e6d7923ea635d4))
* **all:** remove some DS_STORE ([3ac0849](https://github.com/hbyunzai/yelon/commit/3ac0849f8d33a4fef15c46d912c94ad44f76acd0))
* **all:** revert to my bash ([bded1f8](https://github.com/hbyunzai/yelon/commit/bded1f80213797a4ed40b9a073d8dea83569dbd3))
* **all:** use alain scripts ([cb6a7df](https://github.com/hbyunzai/yelon/commit/cb6a7df3ef5bd3fb97805f2f77cc4f32532a4e65))
* **scripts:** add git init ([5171feb](https://github.com/hbyunzai/yelon/commit/5171feb0162d9743f68c3cf2245d70189e167a93))
* **scripts:** add git init ([44a2777](https://github.com/hbyunzai/yelon/commit/44a27778dd400aba664ad6823807e585d48560f4))
* **scripts:** add git init ([b8fbd39](https://github.com/hbyunzai/yelon/commit/b8fbd3997362e25998645d782a45084f0f400572))
* **scripts:** fix site ([5672ec4](https://github.com/hbyunzai/yelon/commit/5672ec4a1375a04c94fb927d74635c71cb95e7f1))


### Features

* **all:** first commit ([d7a79f2](https://github.com/hbyunzai/yelon/commit/d7a79f22176f206d9c93afca739fcaea7ff2c506))
* **ci:** add all docs and sites ([cc69e5a](https://github.com/hbyunzai/yelon/commit/cc69e5ad6551c3bcbdf51a7d0f8d3b67e644d3d1))
* **ci:** site scripts ([8495167](https://github.com/hbyunzai/yelon/commit/8495167c8c71280c982ec7f41b91da6e1843cd3f))
* **scripts:** add schematic ([40ce991](https://github.com/hbyunzai/yelon/commit/40ce9912ea434611bd2516f3f6f02d8a87e7cd43))



## 1.0.16 (2021-08-10)


### Features

* **all:** first commit ([d7a79f2](https://github.com/hbyunzai/yelon/commit/d7a79f22176f206d9c93afca739fcaea7ff2c506))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "ng test --no-progress --browsers=ChromeHeadlessCI --code-coverage --no-watch",
"test:cli": "bash scripts/ci/build-schematics.sh -t -clone",
"test:integration": "bash scripts/ci/build-schematics.sh -b -t -clone -integration",
"build": "bash scripts/ci/build.sh",
"build": "bash scripts/ci/build.sh -packages -schematics -less -scaffold",
"build_artifacts": "bash scripts/ci/build-artifacts.sh",
"analyze": "npm run ng-high-memory build -- --source-map",
"analyze:view": "source-map-explorer src/dist/browser/*.js",
Expand Down
Empty file modified scripts/ci/build-artifacts-site.sh
100755 → 100644
Empty file.
Empty file modified scripts/ci/build-artifacts.sh
100755 → 100644
Empty file.
Empty file modified scripts/ci/build-schematics.sh
100755 → 100644
Empty file.
3 changes: 2 additions & 1 deletion scripts/ci/build-yelon.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
#!/usr/bin/env bash

set -u -e -o pipefail

packages=(
Expand Down
Empty file modified scripts/ci/build.sh
100755 → 100644
Empty file.
Empty file modified scripts/ci/lint.sh
100755 → 100644
Empty file.

0 comments on commit c2fd124

Please sign in to comment.