File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
"lint:hbs:fix" : " ember-template-lint . --fix" ,
27
27
"lint:js" : " eslint . --cache" ,
28
28
"lint:js:fix" : " eslint . --fix" ,
29
+ "prepack" : " npm run build:wrappers && tsc --project tsconfig.declarations.json" ,
30
+ "postpack" : " rimraf declarations" ,
29
31
"start" : " npm run build:wrappers && firebase emulators:exec --import=./emulator-data --project ember-cloud-firestore-adapter-test-project --ui \" ember serve\" " ,
30
32
"test" : " concurrently \" npm:lint\" \" npm:test:*\" --names \" lint,test:\" " ,
31
33
"test:ember" : " npm run build:wrappers && firebase emulators:exec --import=./emulator-data --project ember-cloud-firestore-adapter-test-project \" ember test\" " ,
32
- "test:ember-compatibility" : " npm run build:wrappers && firebase emulators:exec --import=./emulator-data --project ember-cloud-firestore-adapter-test-project \" ember try:each\" " ,
33
- "prepack" : " npm run build:wrappers && tsc --project tsconfig.declarations.json" ,
34
- "postpack" : " rimraf declarations"
34
+ "test:ember-compatibility" : " npm run build:wrappers && firebase emulators:exec --import=./emulator-data --project ember-cloud-firestore-adapter-test-project \" ember try:each\" "
35
35
},
36
36
"dependencies" : {
37
37
"@babel/core" : " ^7.23.2" ,
You can’t perform that action at this time.
0 commit comments