mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 06:58:02 -05:00
refactor: fix npm command
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"scripts": {
|
||||
"compile": "rimraf ./dist && tsc",
|
||||
"test": "npm run format:check && npm run compile && nyc mocha --import=tsx test/index.ts",
|
||||
"format:check": "prettier --check \"lib/**/*.ts' \"test/**/*.ts\"",
|
||||
"format:check": "prettier --check \"lib/**/*.ts\" \"test/**/*.ts\"",
|
||||
"format:fix": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\"",
|
||||
"prepack": "npm run compile"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user