Add some docs and PoC in the nativescript modules

This commit is contained in:
Panayot Cankov
2016-04-28 16:05:13 +03:00
parent 5f1a79ad5a
commit ad0eb8cb29
3 changed files with 48 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/sh
echo "Clean dist"
rm -rf dist
mkdir dist
mkdir dist/package
@@ -25,7 +26,6 @@ cp LICENSE.md dist/package/LICENSE.md
cp README.md dist/package/README.md
cp package.json dist/package/package.json
# npm pack
echo "NPM pack"
cd dist/package
PACKAGE="$(npm pack)"