nativescript-dev-webpack

v1.4.1-next-2020-01-30-170916-01
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