update package.json
This commit is contained in:
parent
6f645e06f3
commit
f68f8c2c64
@ -20,11 +20,7 @@
|
||||
"start": "node dist/index.js",
|
||||
"clean": "rimraf dist",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"build": "tsc && chmod 755 dist/index.js",
|
||||
"prepare": "npm run clean && npm run build",
|
||||
"prepublishOnly": "npm run lint",
|
||||
"lint": "eslint src --ext .ts",
|
||||
"format": "prettier --write \"src/**/*.ts\""
|
||||
"build": "tsc && chmod 755 dist/index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"openapi",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user