Skip to content

Commit

Permalink
chore(socket.io-adapter): remove dist before compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jul 17, 2024
1 parent be1e4cb commit b9b1613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/socket.io-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ws": "~8.17.1"
},
"scripts": {
"compile": "tsc",
"compile": "rimraf ./dist && tsc",
"test": "npm run format:check && npm run compile && nyc mocha --require ts-node/register test/*.ts",
"format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.ts'",
"format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.ts'",
Expand Down

0 comments on commit b9b1613

Please sign in to comment.