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 e31fca6 commit 197401cCopy full SHA for 197401c
app/Makefile
@@ -26,9 +26,9 @@ coverage:
26
27
npminstall:
28
# 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
+ mkdir -p eventyay/static/node_prefix/
+ cp -r eventyay/static/npm_dir/* eventyay/static/node_prefix/
+ npm install --prefix=eventyay/static/node_prefix
32
npm ci --prefix=eventyay/frontend/global-nav-menu
33
npm ci --prefix=eventyay/frontend/schedule-editor
34
OUT_DIR=$(shell pwd)/eventyay/static npm run build --prefix=eventyay/frontend/global-nav-menu
0 commit comments