mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-05 08:35:54 +00:00
try to update build script
This commit is contained in:
@@ -2,7 +2,4 @@
|
||||
#mkdir dist
|
||||
rm -rfv *.js *.js.map
|
||||
ln -s ../../bundle/node_modules node_modules
|
||||
mkdir -p ../../node_modules/@fosscord
|
||||
ln -s ../../util ../../node_modules/@fosscord/util
|
||||
ln -s ../../api ../../node_modules/@fosscord/api
|
||||
tsc -p .
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"resolveJsonModule": true,
|
||||
"baseUrl": "../../",
|
||||
"baseUrl": "../../bundle/dist/",
|
||||
"paths": {
|
||||
"@fosscord/api": ["../../api/src/index"],
|
||||
"@fosscord/gateway": ["../../gateway/src/index"],
|
||||
|
||||
Reference in New Issue
Block a user