mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
Merge branch 'master' of github.com:ionic-team/ionic
This commit is contained in:
@ -29,4 +29,4 @@ jobs:
|
||||
- ~/ionic/core/node_modules/
|
||||
- run:
|
||||
name: Validate Core
|
||||
command: npm --prefix core/ run validate
|
||||
command: npm --prefix core/ run validate.ci
|
||||
|
@ -27,7 +27,7 @@
|
||||
"ionicons": "4.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stencil/core": "^0.10.2",
|
||||
"@stencil/core": "^0.10.3",
|
||||
"@stencil/dev-server": "latest",
|
||||
"@stencil/sass": "latest",
|
||||
"@stencil/utils": "latest",
|
||||
@ -71,7 +71,8 @@
|
||||
"theme-builder:dev": "sd concurrent \"npm run theme-app-build -- --watch\" \"stencil build --dev --watch\" \"stencil-dev-server\" \"npm run theme-server\" ",
|
||||
"theme-server": "node scripts/theme-builder/server.js",
|
||||
"tsc": "./node_modules/.bin/tsc -p .",
|
||||
"validate": "npm run lint && npm run test && npm run build --max-workers 1 --debug"
|
||||
"validate": "npm run lint && npm run test && npm run build",
|
||||
"validate.ci": "npm run lint && npm run test && npm run build --max-workers 1 --debug"
|
||||
},
|
||||
"author": "Ionic Team",
|
||||
"license": "MIT",
|
||||
|
Reference in New Issue
Block a user