Skip to content

Commit

Permalink
Fix exporting path in jsdoc target.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Oct 28, 2023
1 parent 8688012 commit 7d7f7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.0a3.dev0 (unreleased)

- nothing yet chnaged
- Fix exporting path in `jsdoc` target.

## 1.0a2 (2023-07-07)

Expand Down
2 changes: 1 addition & 1 deletion src/mxmake/topics/docs/jsdoc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $(JSDOC_TARGET): $(NPM_TARGET)

.PHONY: jsdoc
jsdoc: $(JSDOC_TARGET)
@export PATH=$PATH:$(JSDOC_PATH)
@export PATH=$(PATH):$(JSDOC_PATH)

# extend npm dev packages
NPM_DEV_PACKAGES+=jsdoc
Expand Down

0 comments on commit 7d7f7e2

Please sign in to comment.