Quick and dirty typescript setup to get going.
This commit is contained in:
parent
e5ccfeadce
commit
94d01310b9
17 changed files with 99 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue