Skip to content

Commit

Permalink
chore: remove unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Nov 28, 2023
1 parent b095f6e commit d9b4d39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"prepublishOnly": "npm run lint",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
"test": "mocha --require ./tests/mochaHooks.cjs",
"test:cov": "NODE_OPTIONS='--experimental-loader @istanbuljs/esm-loader-hook' nyc --reporter=html npm test",
"test:node": "TEST=unit mocha --require ./tests/mochaHooks.cjs",
Expand Down

0 comments on commit d9b4d39

Please sign in to comment.