aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build.sh
blob: 5be6afcdf2465e38e5091d416dd878c062706d02 (plain) (blame)
1
2
3
4
5
#!/usr/bin/env sh

NODE_ENV=test concurrently \
  "npm run build:client:prod" \
  "npm run build:server:prod"