puzzle/scripts/build
2021-05-17 00:27:47 +02:00

7 lines
115 B
Bash
Executable file

#!/bin/sh -ex
# server build
npm run rollup -- -c rollup.server.config.js
# frontend build
npm run vite -- build