Skip to content

Commit aaa9a0b

Browse files
committed
Fix index and package.json
1 parent aff8b4f commit aaa9a0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
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"

projects/ionic-typeorm/src/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export * from './entities/common-entity';
33
export * from './seeds/orm-seeder.seeder';
44
export * from './services/db-service';
55
export * from './services/orm-service.service';
6-
export * from './test/test-orm-connection';
6+
export * from './test/type-orm-test-utils';

0 commit comments

Comments
 (0)