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 c7557ba commit 4f0daa0Copy full SHA for 4f0daa0
package.json
@@ -9,7 +9,6 @@
9
"build": "tsc -p tsconfig.release.json",
10
"build:watch": "tsc -w -p tsconfig.release.json",
11
"lint": "tslint -t stylish --project \"tsconfig.json\"",
12
- "server": "nodemon ./build/src/main.js",
13
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
14
"prepare": "npm run build",
15
"prepublishOnly": "npm run lint",
0 commit comments