mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +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:
|
||||
name: Build Ionic Native
|
||||
command: ./node_modules/.bin/tsc
|
||||
command: npm run build:core && ./node_modules/.bin/tsc
|
||||
- run:
|
||||
name: Run tests
|
||||
command: npm test
|
||||
|
Loading…
Reference in New Issue
Block a user