Skip to content

Commit 4f0daa0

Browse files
committed
pkg fix
1 parent c7557ba commit 4f0daa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"build": "tsc -p tsconfig.release.json",
1010
"build:watch": "tsc -w -p tsconfig.release.json",
1111
"lint": "tslint -t stylish --project \"tsconfig.json\"",
12-
"server": "nodemon ./build/src/main.js",
1312
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
1413
"prepare": "npm run build",
1514
"prepublishOnly": "npm run lint",

0 commit comments

Comments
 (0)