This repository was archived by the owner on May 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1919 "scripts" : {
2020 "build" : " npm run clean && tsc && npm run sass" ,
2121 "test-watch" : " tsc --watch --target es2015" ,
22- "build-and-test" : " npm run build && npm run test " ,
22+ "build-and-test" : " jest " ,
2323 "changelog" : " ./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s" ,
2424 "clean" : " rimraf ./dist" ,
2525 "github-release" : " node ./scripts/create-github-release.js" ,
2626 "lint" : " tslint -c ./tslint.json --project ./tsconfig.json" ,
2727 "nightly" : " npm run build && node ./scripts/publish-nightly.js" ,
2828 "sass" : " node-sass ./src/dev-client/sass/ion-dev.scss --output ./bin/ --output-style compressed" ,
2929 "sass-watch" : " npm run sass && node-sass ./src/dev-client/sass/ion-dev.scss --watch --output ./bin/ --output-style compressed" ,
30- "test" : " jasmine JASMINE_CONFIG_PATH=scripts/jasmine.config.json || true " ,
30+ "test" : " jest " ,
3131 "watch" : " npm run clean && & npm run sass-watch"
3232 },
3333 "main" : " dist/index.js" ,
8787 "conventional-changelog-cli" : " 1.2.0" ,
8888 "github" : " 0.2.4" ,
8989 "ionic-cz-conventional-changelog" : " 1.0.0" ,
90- "jasmine" : " 2.5.2" ,
9190 "jest" : " ^18.0.0" ,
9291 "mock-fs" : " 3.11.0" ,
9392 "node-sass" : " 3.10.1" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments