Skip to content

Commit 7e986b9

Browse files
committed
Add build to circleci steps
1 parent 9b300da commit 7e986b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
name: Install package.json
4242
command: npm i
4343

44+
- run:
45+
name: Run build
46+
command: npm run build:all
47+
4448
- save_cache:
4549
key: deps1-{{ .Branch }}-{{ checksum "package.json" }}
4650
paths:

0 commit comments

Comments
 (0)