Skip to content

Commit bbd5a05

Browse files
committed
Fix generation of dist files for dingus.
1 parent 9bcf45b commit bbd5a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dingus/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ clean:
3333
rm -r bower_components
3434

3535
commonmark.js: ../lib/index.js $(LIBFILES)
36-
npm run build; \
36+
make -C .. dist ;\
3737
cp ../dist/commonmark.js commonmark.js
3838

3939
dingus: all

0 commit comments

Comments
 (0)