Skip to content

Commit 3c9ef5f

Browse files
committed
Make sure to include build.
1 parent 14c6a2e commit 3c9ef5f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
steps:
3737
- attach_workspace:
3838
at: ~/repo
39+
- run:
40+
name: Build
41+
command: npm run build
3942
- run:
4043
name: Authenticate with registry
4144
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc

0 commit comments

Comments
 (0)