research-index / entrypoint.sh
ameerazampixis's picture
sh file updated
486db38
raw history blame
No virus
110 Bytes
#!/bin/bash
npm install --save-dev @types/react &&
yarn add --dev @types/react &&
npm run build &&
npm run dev