Skip to content

Commit f6f701a

Browse files
committed
chore: circleci should check 'npm run build'
1 parent 68b5b60 commit f6f701a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
steps:
4141
- setup-node:
4242
node-version: <<parameters.node-version>>
43+
- run: npm run build
4344
- run: npm run test:ci
4445
- store_test_results:
4546
path: junit.xml

0 commit comments

Comments
 (0)