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

Commit f79a2b4

Browse files
committed
Fix CI
1 parent 67d633e commit f79a2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
- attach_workspace:
323323
at: npm-package
324324
- run: npm install es-check
325-
- run: npx es-check es3 npm-package/hiplot.lib.js
325+
- run: npx es-check es3 npm-package/hiplot/dist/hiplot.lib.js
326326

327327
npm-test:
328328
docker:

0 commit comments

Comments
 (0)