Yarn Scripts

Running package scripts with Yarn

Run Scripts

yarn run script-name # run custom script
yarn script-name # run script (shorthand)

Common Scripts

yarn start # run start script
yarn test # run test script
yarn build # run build script
yarn dev # run dev script

List Scripts

yarn run # list all available scripts