Skip to content

Commit 4d9b68d

Browse files
authored
Support ESM (#311)
1 parent e36ab37 commit 4d9b68d

File tree

4 files changed

+1480
-18
lines changed

4 files changed

+1480
-18
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cache: npm
2020
script:
2121
# Have audit-ci run audit-ci to audit itself :)
2222
# Temporary to properly test TypeScript PR
23-
- npm run build
23+
- npm run tsc
2424
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then node dist/audit-ci.js --config ./audit-ci.jsonc; fi
2525
- npm run lint
2626
- npm run test

0 commit comments

Comments
 (0)