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

Commit 343344b

Browse files
authored
Update circle.yml
1 parent 8370219 commit 343344b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

circle.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ dependencies:
2020
compile:
2121
override:
2222
- ls node_modules/*
23-
- npm run lint && npm test && npm run build
23+
- npm run lint && npm run build
24+
25+
test:
26+
override:
27+
- npm test
2428

2529
deployment:
2630
development:

0 commit comments

Comments
 (0)