Skip to content

Commit b958d03

Browse files
authored
prep 1.0.0-beta.0 (#55)
* prep 1.0.0-beta.0 * update circle.yml
1 parent 68ac4f1 commit b958d03

File tree

3 files changed

+1552
-915
lines changed

3 files changed

+1552
-915
lines changed

circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
override:
1919
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
2020
- yarn install --frozen-lockfile
21-
- yarn tsc
21+
- yarn compile
2222

2323
test:
2424
override:
@@ -29,7 +29,6 @@ deployment:
2929
preview:
3030
branch: /.*/
3131
commands:
32-
- yarn docs:json
3332
- yarn docs
3433
- node theme/bot.js
3534
npm:

0 commit comments

Comments
 (0)