8 lines
47 B
Bash
Executable File
8 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
rm -rf ./dist
|
|
|
|
npm run tsc
|