Quick and dirty typescript setup to get going.

This commit is contained in:
baldo 2020-04-08 01:55:48 +02:00
parent e5ccfeadce
commit 94d01310b9
17 changed files with 99 additions and 14 deletions

View file

@ -41,7 +41,8 @@ fi
echo
if confirm "Continue publishing?"; then
./node_modules/.bin/grunt clean build
npm run clean
npm run build
cd dist
npm publish