summary refs log tree commit diff
path: root/util/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-04 11:32:11 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-04 11:32:11 +0200
commitbb76b07f6d51f18c876d94a843f3ceb76841f51d (patch)
tree1aa39a268e54c1b4a20d0dd7b25cc98ac5077def /util/package.json
parentMerge branch 'master' of https://github.com/fosscord/fosscord-api (diff)
downloadserver-bb76b07f6d51f18c876d94a843f3ceb76841f51d.tar.xz
:bug: fix patch-package
Diffstat (limited to 'util/package.json')
-rw-r--r--util/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/package.json b/util/package.json

index 6490d754..07623f7a 100644 --- a/util/package.json +++ b/util/package.json
@@ -6,9 +6,8 @@ "types": "dist/index.d.ts", "scripts": { "start": "npm run build && node dist/", - "patch": "patch-package", "test": "npm run build && jest", - "postinstall": "npm run patch && npm run build", + "postinstall": "npm run build", "build": "npx tsc -b ." }, "repository": {