mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-08-11 00:30:12 -04:00
7 lines
67 B
Bash
Executable file
7 lines
67 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd frontend
|
|
npx tsc
|
|
npm run lint
|
|
npm run test:run
|
|
cd ..
|