nativescript-dev-webpack

v1.3.0-next-2019-10-15-152128-02
This repository contains the code for the nativescript-dev-webpack plugin which helps in webpacking [NativeScript](https://www.nativescript.org/) apps.

tsc

tsc

postinstall

node postinstall.js

preuninstall

node preuninstall.js

postpack

rm -rf node_modules

prepare

npm run tsc && npm run jasmine

test

npm run prepare

jasmine

jasmine --config=jasmine-config/jasmine.json

coverage

nyc npm run test

version

rm package-lock.json && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md

Metadata

Downloads