Skip to content

Commit c21d8e3

Browse files
VoloVolo
authored andcommitted
Add building step for CI
1 parent bd32dda commit c21d8e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- run: export PATH="${PATH}:/home/circleci/.yarn/bin"
1212
- run: npm install --prefix=$HOME/.local --global corepack
1313
- run: yarn
14+
- run: yarn prepublish
1415
- run: yarn test
1516

1617
notify:

0 commit comments

Comments
 (0)