4 lines
159 B
Bash
4 lines
159 B
Bash
#! /bin/bash
|
|
|
|
rm -rf dist && mkdir -p dist && cp ./swagger.yaml ./dist && ./node_modules/.bin/tsc --project ./tsconfig.json --watch & ts-node --files index.ts
|