mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-13 00:52:59 -04:00
8 lines
67 B
Bash
Executable File
8 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd frontend
|
|
npx tsc
|
|
npm run lint
|
|
npm run test:run
|
|
cd ..
|