Skip to content

Commit

Permalink
Update build command and remove unused module entry in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
enjikaka committed Feb 17, 2025
1 parent 0dc46ae commit 90ed777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
npx esbuild src/index.js --bundle --minify --sourcemap --format=esm --platform=browser --target=es2018 --outfile=pkg/index.js
npx esbuild src/index.ts --bundle --minify --sourcemap --format=esm --platform=browser --target=es2018 --outfile=pkg/index.js
npx tsc
deno run --allow-run --allow-read --allow-write https://raw.githubusercontent.com/enjikaka/webact/master/scripts/compile-package-json.ts
deno run --allow-run --allow-read --allow-write https://raw.githubusercontent.com/enjikaka/webact/refs/heads/master/scripts/compile-package-json.ts
cp README.md pkg/README.md

release:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "audio-visualiser",
"version": "1.0.9",
"description": "Web component audio visualiser",
"module": "audio-visualiser.js",
"scripts": {
"build": "make build",
"lint:js": "biome lint src/",
Expand Down

0 comments on commit 90ed777

Please sign in to comment.