Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Nov 26, 2024
1 parent 4804c5d commit f193749
Show file tree
Hide file tree
Showing 4 changed files with 778 additions and 793 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JK = @pnpm exec jiek --root .
JK = ./node_modules/.bin/jiek

FLAGS += --bundle
FLAGS += --loader:.html=copy
Expand All @@ -18,13 +18,12 @@ bootstrap:

build-lib:
@echo "Build library"
-rm -rf dist
$(JK) build
$(JK) build --noMin .


build-pub: bootstrap build-lib
@echo "Build publish"
$(JK) pub -no-b
$(JK) publish -no-b


dev-server:
Expand Down
9 changes: 0 additions & 9 deletions jiek.config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"esbuild": "^0.24.0",
"eslint": "8",
"eslint-config-kagura": "^2.2.1",
"jiek": "^1.1.3",
"jiek": "^2.1.11",
"typescript": "^5.6.2"
},
"pnpm": {
Expand Down
Loading

0 comments on commit f193749

Please sign in to comment.