Skip to content

Commit

Permalink
Merge pull request #6 from Mobiletainment/hotfix/migrations
Browse files Browse the repository at this point in the history
fix(workspace): execute @nxext/stencil migrations
  • Loading branch information
Mobiletainment authored Jan 24, 2021
2 parents 8e0d4e6 + 18036fe commit 03027c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 0 additions & 7 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"migrations": [
{
"version": "0.1.3",
"description": "update-0-1-3",
"factory": "./src/migrations/update-0-1-3/update-0-1-3",
"package": "@nxext/stencil",
"name": "update-0-1-3"
},
{
"version": "1.0.0-beta0",
"description": "update-1-0-0-beta0",
Expand Down
6 changes: 4 additions & 2 deletions workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,12 @@
}
},
"serve": {
"builder": "@nxext/stencil:serve",
"builder": "@nxext/stencil:build",
"options": {
"projectType": "library",
"configPath": "libs/ui-components/stencil.config.ts"
"configPath": "libs/ui-components/stencil.config.ts",
"watch": true,
"serve": true
}
}
}
Expand Down

0 comments on commit 03027c9

Please sign in to comment.