Skip to content

Commit 210eeda

Browse files
committed
[ts] Fix npm run all
1 parent fc8cdf3 commit 210eeda

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

typescript/example/simpleTag.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Used in GitHub Actions to validate commits.
33
*/
44

5+
// eslint-disable-line no-unused-vars
56
let Commit
67
let CommitValidator
78
let Result

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"local-action": "npx @github/local-action . src/main.ts .env",
1616
"package": "npx rimraf ./dist && npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
1717
"package:watch": "npm run package -- --watch",
18-
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest",
18+
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest --passWithNoTests",
1919
"all": "npm run format:write && npm run lint && npm run test && npm run package"
2020
},
2121
"repository": {

0 commit comments

Comments
 (0)