Skip to content

Commit 197401c

Browse files
committed
Fix rollup installation
1 parent e31fca6 commit 197401c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ coverage:
2626

2727
npminstall:
2828
# keep this in sync with setup.py!
29-
mkdir -p eventyay/static.dist/node_prefix/
30-
cp -r eventyay/static/npm_dir/* eventyay/static.dist/node_prefix/
31-
npm install --prefix=eventyay/static.dist/node_prefix
29+
mkdir -p eventyay/static/node_prefix/
30+
cp -r eventyay/static/npm_dir/* eventyay/static/node_prefix/
31+
npm install --prefix=eventyay/static/node_prefix
3232
npm ci --prefix=eventyay/frontend/global-nav-menu
3333
npm ci --prefix=eventyay/frontend/schedule-editor
3434
OUT_DIR=$(shell pwd)/eventyay/static npm run build --prefix=eventyay/frontend/global-nav-menu

0 commit comments

Comments
 (0)