We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932d521 commit 420f378Copy full SHA for 420f378
Makefile
@@ -23,7 +23,7 @@ html/ejs.js: node_modules/codemirror/dist/index.js \
23
node_modules/acorn/dist/acorn.js \
24
node_modules/acorn-walk/dist/walk.js \
25
src/client/*.mjs
26
- rollup -c src/client/rollup.config.mjs
+ node_modules/.bin/rollup -c src/client/rollup.config.mjs
27
28
code/skillsharing.zip: html/21_skillsharing.html code/skillsharing/package.json
29
rm -f $@
0 commit comments