Skip to content

Commit 420f378

Browse files
committed
Use full path to rollup in makefile
1 parent 932d521 commit 420f378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ html/ejs.js: node_modules/codemirror/dist/index.js \
2323
node_modules/acorn/dist/acorn.js \
2424
node_modules/acorn-walk/dist/walk.js \
2525
src/client/*.mjs
26-
rollup -c src/client/rollup.config.mjs
26+
node_modules/.bin/rollup -c src/client/rollup.config.mjs
2727

2828
code/skillsharing.zip: html/21_skillsharing.html code/skillsharing/package.json
2929
rm -f $@

0 commit comments

Comments
 (0)