Skip to content

Commit

Permalink
Fix the CI/CD scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Jan 21, 2024
1 parent 445f21c commit 0e45c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"node": ">=16"
},
"scripts": {
"test": "xo --env=node && pnpm run build && mocha -r ts-node/register 'tests/**/*.js'",
"test": "xo --env=node && npm run build && mocha -r ts-node/register 'tests/**/*.js'",
"build": "del-cli dist && tsc",
"prepack": "pnpm run build"
"prepack": "npm run build"
},
"files": [
"dist"
Expand Down

0 comments on commit 0e45c4c

Please sign in to comment.