Skip to content

Commit

Permalink
fix: UIG-3090 - tinymce-next alias dependency gecorrigeerd
Browse files Browse the repository at this point in the history
  • Loading branch information
kspeltix committed Oct 8, 2024
1 parent 701e1a1 commit 44ae67f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions libs/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"publishConfig": {
"registry": "https://repo.omgeving.vlaanderen.be/artifactory/api/npm/local-npm/"
},
"dependencies": {
"tinymce-next": "npm:[email protected]"
},
"web-types": "./form.web-types.json"
}
2 changes: 1 addition & 1 deletion resources/bash-scripts/libs-add-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd ../..
rm -rf ./build/dep-to-add

# creëer een folder voor de json bestanden met de dependencies
mkdir ./build/dep-to-add
mkdir -p ./build/dep-to-add

# maak de dependency bestanden voor elke bibliotheek
npm list $(npx depcheck ./build/dist/libs/common-storybook --oneline | tail -n +2) --json --depth 0 > ./build/dep-to-add/common-storybook-dta.json
Expand Down

0 comments on commit 44ae67f

Please sign in to comment.