Skip to content

Commit

Permalink
fix publish configurations in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 14, 2024
1 parent 9a65785 commit 7a10f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"watch": "tsc -w -p .",
"format": "prettier -w '*.ts'",
"mocha": "mocha --color test.js",
"test": "concurrently -m 1 -c auto npm:build npm:mocha"
"test": "concurrently -m 1 -c auto npm:build npm:mocha",
"prepare": "concurrently -m 1 -c auto npm:lint npm:build npm:test"
},
"repository": {
"type": "git",
Expand All @@ -36,7 +37,7 @@
],
"types": "index.d.ts",
"files": [
"types/index.d.ts",
"index.d.ts",
"index.js"
],
"author": "rhysd <[email protected]>",
Expand Down

0 comments on commit 7a10f08

Please sign in to comment.