mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 19:06:04 -04:00
Fix make clean
This commit is contained in:
parent
92ea085e12
commit
6d6c5ecc79
5
Makefile
5
Makefile
@ -23,8 +23,9 @@ install: build
|
||||
cp -R assets view public "$(prefix)/share/drasl/"
|
||||
|
||||
clean:
|
||||
rm drasl
|
||||
rm -r public/* public/.*
|
||||
rm -f drasl
|
||||
rm -f swagger.json
|
||||
rm -f public/bundle.js
|
||||
|
||||
test: prebuild
|
||||
go test
|
||||
|
@ -2,7 +2,7 @@ import esbuild from "esbuild";
|
||||
import inlineImage from "esbuild-plugin-inline-image";
|
||||
|
||||
esbuild.build({
|
||||
entryPoints: ["js/main.ts"],
|
||||
entryPoints: ["ts/main.ts"],
|
||||
outfile: "public/bundle.js",
|
||||
bundle: true,
|
||||
minify: true,
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Loading…
x
Reference in New Issue
Block a user