Skip to content

Commit

Permalink
Merge pull request #200 from zazuko/watch
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored Dec 10, 2024
2 parents 80a4ffa + 9938db2 commit 0b1cdfe
Show file tree
Hide file tree
Showing 25 changed files with 726 additions and 108 deletions.
6 changes: 6 additions & 0 deletions .changeset/eleven-carrots-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@kopflos-cms/core": patch
"@kopflos-cms/express": patch
---

Changed static method `Kopflos.fromGraphs` to `Kopflos#loadApiGraphs`
5 changes: 5 additions & 0 deletions .changeset/friendly-pandas-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kopflos-cms/core": patch
---

New plugin hooks: `onStop` and `apiTriples`
6 changes: 6 additions & 0 deletions .changeset/wise-tomatoes-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@kopflos-cms/plugin-deploy-resources": patch
"kopflos": patch
---

Watch mode
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: tests

on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
unit-tests:
runs-on: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions example/kopflos.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default <KopflosConfig> {
updateUrl: 'http://localhost:7878/update',
},
},
watch: ['lib'],
plugins: {
'@kopflos-cms/plugin-deploy-resources': {
paths: ['resources', 'resources.dev'],
Expand Down
Loading

0 comments on commit 0b1cdfe

Please sign in to comment.