mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 09:49:35 +08:00
ci(): build core before compiling ionic native
This commit is contained in:
parent
1d4fc03cba
commit
2ebfa46437
@ -33,7 +33,7 @@ jobs:
|
|||||||
- run: bash ./scripts/git/config.sh
|
- run: bash ./scripts/git/config.sh
|
||||||
- run:
|
- run:
|
||||||
name: Build Ionic Native
|
name: Build Ionic Native
|
||||||
command: ./node_modules/.bin/tsc
|
command: npm run build:core && ./node_modules/.bin/tsc
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: npm test
|
command: npm test
|
||||||
|
Loading…
Reference in New Issue
Block a user