mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 15:45:39 +00:00
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#rm -rf dist/
|
|
#mkdir dist
|
|
rm -rfv *.js *.js.map
|
|
ln -s ../../bundle/node_modules node_modules
|
|
tsc -p .
|