Skip to content

Commit

Permalink
Revert "feat: generate ts declarations (#9)"
Browse files Browse the repository at this point in the history
This reverts commit f8d2063.
  • Loading branch information
abernier committed Sep 23, 2024
1 parent f8d2063 commit ae3e1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TARGETS = $(HDR_TARGETS) \
$(JSON_TARGETS) $(WOFF_TARGETS) \
$(GLB_TARGETS) $(GLTF_TARGETS)
all: $(TARGETS) ts-declarations
all: $(TARGETS)
$(DIST)/%.js: $(SRC)/%.b64
mkdir -p $(dir $@)
Expand Down Expand Up @@ -79,7 +79,3 @@ $(DIST)/%.js: $(SRC)/%.b64
.PHONY: clean
clean:
rm -rf $(DIST)
.PHONY: ts-declarations
ts-declarations:
cd $(DIST) && npx -p typescript tsc **/*.js --declaration --allowJs --emitDeclarationOnly
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"@gltf-transform/cli": "^3.4.0",
"copyfiles": "^2.3.0",
"json": "^11.0.0",
"semantic-release": "^20.1.1",
"typescript": "^5.6.2"
"semantic-release": "^20.1.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ae3e1e9

Please sign in to comment.