Files
recipe-manager/server/util/build.sh
2022-12-17 12:22:03 -06:00

3 lines
123 B
Bash

#! /bin/bash
rm -rf dist && mkdir -p dist && cp ./swagger.yaml ./dist && ./node_modules/.bin/tsc --project ./tsconfig.json