@ionic/app-scripts

v1.3.0
Scripts for Ionic Projects

build

npm run clean && tsc && npm run sass

build-and-test

jest

changelog

conventional-changelog -p angular -i CHANGELOG.md -s

clean

rimraf ./dist

github-release

node ./scripts/create-github-release.js

lint

tslint -c ./tslint.json --project ./tsconfig.json

nightly

npm run build && node ./scripts/publish-nightly.js

sass

node-sass ./src/dev-client/sass/ion-dev.scss --output ./bin/ --output-style compressed

sass-watch

npm run sass && node-sass ./src/dev-client/sass/ion-dev.scss --watch --output ./bin/ --output-style compressed

test

jest

watch

npm run clean && tsc --watch & npm run sass-watch
npm i @ionic/[email protected]

Metadata

  • MIT
  • Whatever
  • Ionic Team
  • released 4/5/2017

Downloads