Skip to content

Commit

Permalink
Fix dev target.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Nov 30, 2022
1 parent 10c4769 commit 7afd19e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ ESBUILD_COMMON_ARGS = \
.PHONY: dev
dev: build/wasm-single-file/twsearch.mjs node_modules
npx esbuild ${ESBUILD_COMMON_ARGS} \
--servedir=src/js \
src/js/*.ts
--servedir=src/js/dev \
src/js/dev/*.ts

.PHONY: build/esm
build/esm: build/wasm-single-file/twsearch.mjs node_modules
Expand Down
16 changes: 0 additions & 16 deletions script/dev.js

This file was deleted.

File renamed without changes.

0 comments on commit 7afd19e

Please sign in to comment.