Skip to content

Commit

Permalink
test: enable npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 3, 2024
1 parent 5e2eea5 commit 7c8db2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
!target/cjs
!target/esm
!target/dts

# IDEs
.idea

Expand All @@ -22,6 +18,9 @@ docs
flow-typed
lib
target
!target/cjs/*
!target/esm/*
!target/dts/*
typings

# Temp assets
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"test:unit": "c8 -r lcov -r text -o target/coverage -x src/scripts -x src/test -x target node --loader ts-node/esm --experimental-specifier-resolution=node src/scripts/test.mjs",
"test:smoke:esm": "node ./src/test/smoke/invoke.test.mjs",
"test:smoke:cjs": "node src/test/smoke/invoke.test.cjs",
"test:audit": "npm audit",
"publish:draft": "npm run build && npm publish --no-git-tag-version"
},
"repository": {
Expand Down

0 comments on commit 7c8db2f

Please sign in to comment.