Skip to content

Commit a8e9d5e

Browse files
fix: package library during build process (#1)
1 parent fc7a072 commit a8e9d5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- run:
4242
name: Install npm
4343
command: npm install
44+
- run:
45+
name: Build
46+
command: npm run build
4447
- run:
4548
name: Semantic Release
4649
command: node_modules/.bin/semantic-release

0 commit comments

Comments
 (0)