Skip to content

Commit

Permalink
[dev] remove fixMochaNodeModule script
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Nov 7, 2024
1 parent 8751982 commit 14b2b22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"compile": "virmator compile",
"docs": "npm run exec --workspace @augment-vir/scripts src/scripts/run-typedoc.script.ts",
"format": "virmator format",
"postinstall": "npm run exec --workspace @augment-vir/scripts src/scripts/fix-mocha-node-module.script.ts",
"postinstall": "npm run compile",
"lint": "virmator lint fix",
"publish": "virmator publish \"npm run test:all\"",
"test": "mono-vir for-each npm run test",
Expand Down
21 changes: 0 additions & 21 deletions packages/scripts/src/scripts/fix-mocha-node-module.script.ts

This file was deleted.

0 comments on commit 14b2b22

Please sign in to comment.