Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e952cc7

Browse files
authored
Update circle.yml
1 parent a7d1da9 commit e952cc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ dependencies:
1919
compile:
2020
override:
2121
- ls node_modules/*
22-
- npm run lint && npm run build
22+
- npm run lint
23+
- npm run build
2324

2425
test:
2526
override:

0 commit comments

Comments
 (0)