Skip to content

Commit

Permalink
it works now dw
Browse files Browse the repository at this point in the history
  • Loading branch information
TinnyTerr committed Jul 28, 2024
1 parent 38278e8 commit 0c2c543
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,8 +19,8 @@
"types": "./dist/index.d.ts",
"scripts": {
"pretest": "./compile",
"test": "node test/index.cjs ; node test/index.mjs",
"posttest": "rm -rf *.log */*.log */dist node_modules",
"test": "node tests/test.cjs ; node tests/test.mjs",
"posttest": "rm -rf *.log */*.log */dist node_modules ; npm i ",
"dev/compile": "tsc -b",
"dev/watch": "tsc -b -w",
"compile": "./compile"
Expand Down

0 comments on commit 0c2c543

Please sign in to comment.