Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
chore: add fake test script
Browse files Browse the repository at this point in the history
Add a fake test script. This is because unittests are required when
running CI/CD.
  • Loading branch information
wdzeng committed Sep 30, 2023
1 parent ff85bc3 commit 5c78944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"scripts": {
"build": "./build.cjs",
"dev": "tsx src/cli/index.ts",
"test": "echo Unittests are skipped.",
"lint": "eslint src/ --ext .ts --fix --ignore-path .gitignore",
"clean": "rm -rf dist"
},
Expand Down

0 comments on commit 5c78944

Please sign in to comment.