0e4ffb4b6
935344951
6cca7360e
66dd264f7
1 2 3
4
5
6
7
#!/bin/sh set -eu NODE_ENV=test npm run concurrently -- -k \ "npm run watch:client" \ "npm run build:server && NODE_ENV=test npm start"