We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1e4cb commit b9b1613Copy full SHA for b9b1613
packages/socket.io-adapter/package.json
@@ -21,7 +21,7 @@
21
"ws": "~8.17.1"
22
},
23
"scripts": {
24
- "compile": "tsc",
+ "compile": "rimraf ./dist && tsc",
25
"test": "npm run format:check && npm run compile && nyc mocha --require ts-node/register test/*.ts",
26
"format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.ts'",
27
"format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.ts'",
0 commit comments