File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
projects/ionic-typeorm/src/lib Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 "ng" : " ng" ,
2525 "packagejson:check" : " npx prettier-package-json --list-different package.json" ,
2626 "packagejson:fix" : " npx prettier-package-json --write package.json" ,
27- "start" : " ng serve" ,
28- "test" : " ng test" ,
2927 "prepublish" : " npm run build -- --prod" ,
3028 "publish" : " (cd dist/ionic-typeorm && npm publish)" ,
29+ "start" : " ng serve" ,
30+ "test" : " ng test" ,
3131 "test:ci" : " ng test --no-watch --no-progress --source-map=true --code-coverage --browsers=ChromeHeadlessCI" ,
3232 "prettier:check" : " npx prettier --config=.prettierrc.js --ignore-unknown --check *.json *.js ./projects/**/src" ,
3333 "prettier:fix" : " npx prettier --config=.prettierrc.js --ignore-unknown --write *.json *.js ./projects/**/src"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ export * from './entities/common-entity';
33export * from './seeds/orm-seeder.seeder' ;
44export * from './services/db-service' ;
55export * from './services/orm-service.service' ;
6- export * from './test/test -orm-connection ' ;
6+ export * from './test/type -orm-test-utils ' ;
You can’t perform that action at this time.
0 commit comments