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 1375142 commit 434c24cCopy full SHA for 434c24c
README.md
@@ -24,3 +24,9 @@ docker-compose up --build
24
## Build
25
26
Build process is part of the dev process above, thus all the files for production build will be in `_public` already.
27
+
28
+To just build `_public` without running a server, use the following command:
29
30
+```bash
31
+docker-compose run --rm hackfoldr npm run build
32
+```
0 commit comments