Skip to content

Commit

Permalink
adjust makefile, npm didn't find package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Nov 8, 2023
1 parent a4ac935 commit 2dc90bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ appstore:

.PHONY: js-test
js-test:
cd js && $(npm) run test
$(npm) run test

.PHONY: php-test-dependencies
php-test-dependencies:
Expand Down

0 comments on commit 2dc90bc

Please sign in to comment.