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