Skip to content

Commit

Permalink
fix: de sideEffects van de map waren verloren gegaan bij introductie …
Browse files Browse the repository at this point in the history
…van de qlik module
  • Loading branch information
kspeltix committed Nov 28, 2023
1 parent 17b6640 commit f9c050a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .releaserc-release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"branches": [
"release",
"release-1.19"
"release-1.20"
],
"plugins": [
[
Expand Down
4 changes: 2 additions & 2 deletions resources/ci/scripts/release-and-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ npm pkg delete type --json
npm pkg set sideEffects='["./*/**"]' --json
cd ../map
npm pkg delete type --json
npm pkg set sideEffects='["./*/**"]' --json
npm pkg set sideEffects='["./*/**", "./vl-map.*"]' --json
cd ../qlik
npm pkg delete type --json
npm pkg set sideEffects='["./*/**", "./vl-map.*"]' --json
npm pkg set sideEffects='["./*/**"]' --json
cd ../support/test-support
npm pkg delete type --json
npm pkg set sideEffects='["./*/**"]' --json
Expand Down

0 comments on commit f9c050a

Please sign in to comment.