We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f07758 commit 09f10bdCopy full SHA for 09f10bd
.circleci/config.yml
@@ -20,3 +20,8 @@ jobs:
20
name: Check prettier
21
command: npm run prettier:check
22
when: always
23
+
24
+ - run:
25
+ name: Check that the build runs
26
+ command: npm run build
27
+ when: always
0 commit comments