Skip to content

Commit

Permalink
Removed non working NPM commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jul 1, 2021
1 parent a84b522 commit dd3566c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"build": "webpack --config .webpack.config.js",
"prepublishOnly": "npm run build",
"format": "prettier --write {**,**/**}/*.{js,md}",
"read-benchmark": "node benchmarks/readBenchmark.js",
"write-benchmark": "node benchmarks/writeBenchmark.js",
"benchmark": "npm run read-benchmark & npm run write-benchmark",
"test": "mocha ./tests --recursive --exit"
},
"repository": "TomPrograms/stormdb",
Expand Down

0 comments on commit dd3566c

Please sign in to comment.