Skip to content

Commit

Permalink
Add build-only script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Aug 20, 2021
1 parent 1375142 commit 434c24c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ docker-compose up --build
## Build

Build process is part of the dev process above, thus all the files for production build will be in `_public` already.

To just build `_public` without running a server, use the following command:

```bash
docker-compose run --rm hackfoldr npm run build
```

0 comments on commit 434c24c

Please sign in to comment.