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
commit68b3bbe579f543adadc899d33bc5cdbcaea6b062 (patch)
treec6c1629ce0f60eeea95faee99ad04cf135a1e28d /util/package.json
parentMerge branch 'master' of https://github.com/fosscord/fosscord-api (diff)
downloadserver-ts-68b3bbe579f543adadc899d33bc5cdbcaea6b062.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": {