puzzle/scripts/build

8 lines
115 B
Text
Raw Permalink Normal View History

2021-05-17 00:27:47 +02:00
#!/bin/sh -ex
# server build
npm run rollup -- -c rollup.server.config.js
# frontend build
npm run vite -- build