Skip to content

Commit 09f10bd

Browse files
authored
test: run the build in CI (#12)
1 parent 3f07758 commit 09f10bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ jobs:
2020
name: Check prettier
2121
command: npm run prettier:check
2222
when: always
23+
24+
- run:
25+
name: Check that the build runs
26+
command: npm run build
27+
when: always

0 commit comments

Comments
 (0)