Skip to content

Commit

Permalink
Remove test from script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpopus committed Sep 2, 2023
1 parent 891c725 commit 6ad2dd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"test": "cd dev && yarn test",
"lint": "eslint src",
"lint:fix": "eslint --fix --ext .ts,.tsx src",
"clean": "rimraf dist && rimraf dev/yarn.lock",
"prepublishOnly": "yarn clean && yarn build && cd dev && yarn test"
"clean": "rimraf dist && rimraf dev/yarn.lock"
},
"author": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit 6ad2dd7

Please sign in to comment.