Skip to content

Commit 29ec338

Browse files
committed
fix: test
Signed-off-by: Rakib Ansary <[email protected]>
1 parent 66e61bd commit 29ec338

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
key: node-modules-{{ checksum "package-lock.json" }}
1616
paths:
1717
- node_modules
18-
- run: npm test
1918
- run: npm run build
19+
- run: npm test
2020
- persist_to_workspace:
2121
root: .
2222
paths:

package-lock.json

+24-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)