Skip to content

Commit b9b1613

Browse files
chore(socket.io-adapter): remove dist before compilation
1 parent be1e4cb commit b9b1613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/socket.io-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ws": "~8.17.1"
2222
},
2323
"scripts": {
24-
"compile": "tsc",
24+
"compile": "rimraf ./dist && tsc",
2525
"test": "npm run format:check && npm run compile && nyc mocha --require ts-node/register test/*.ts",
2626
"format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.ts'",
2727
"format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.ts'",

0 commit comments

Comments
 (0)