Skip to content

Commit

Permalink
fix: remove redundant npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
tool3 committed May 29, 2024
1 parent e7d177a commit 5d414ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
],
"scripts": {
"build": "tsc",
"build:types": "npm-dts generate",
"test": "mocha -r ts-node/register index.test.ts",
"print": "node -e \"const keys = require('./snapshots/index.test'); Object.keys(keys).map(key => console.log(key + '\\n' + keys[key].join('\\n'))) \" "
},
Expand Down

0 comments on commit 5d414ab

Please sign in to comment.