19 lines
325 B
Bash
Raw Normal View History

2021-06-04 18:10:32 -04:00
#!/usr/bin/env bash
2021-06-05 20:13:07 -04:00
echo build with npm
npm run build
2021-06-05 19:58:39 -04:00
# echo installing yarn
# sudo npm install yarn -g
2021-06-04 18:10:32 -04:00
2021-06-05 19:58:39 -04:00
# echo link yarn $(npm bin --global) $(sudo npm bin --global)
# sudo ln -fs "$(npm bin --global)"/yarn /usr/bin/yarn
2021-06-04 18:10:32 -04:00
2021-06-05 19:58:39 -04:00
# echo install
# yarn install
2021-06-04 19:33:39 -04:00
2021-06-05 19:58:39 -04:00
# echo gen primsa client
# prisma generate
2021-06-04 18:32:16 -04:00
2021-06-05 19:58:39 -04:00
# echo build
# yarn build