Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW authored Oct 7, 2024
1 parent 190e14b commit aa2a024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepublishOnly": "npm run clean && npm run test && npm run build",
"clean": "rimraf ./dist ./test/temp",
"build": "SWC_NODE_PROJECT=./tsconfig.json node -r @swc-node/register tools/build.ts",
"test": "SWC_NODE_PROJECT=./tsconfig.json mocha -r @swc-node/register test/index.ts --update",
"test": "SWC_NODE_PROJECT=./tsconfig.json mocha -r @swc-node/register test/index.ts",
"lint": "eslint --format sukka ."
},
"author": "",
Expand Down

0 comments on commit aa2a024

Please sign in to comment.