Skip to content

Commit 434c24c

Browse files
committed
Add build-only script
1 parent 1375142 commit 434c24c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ docker-compose up --build
2424
## Build
2525

2626
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

Comments
 (0)