Skip to content

Commit 2b919c8

Browse files
chore: update config
1 parent ffa8fc5 commit 2b919c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Pack library (mendix-native@[tag])
3434
run: |
3535
TAG=${GITHUB_REF_NAME}
36-
FILENAME="mendix-native@${TAG}.tgz"
36+
FILENAME="${TAG}.tgz"
3737
yarn pack --filename "$FILENAME"
3838
echo "PACKAGE_FILE=$FILENAME" >> $GITHUB_ENV
3939

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
[
145145
"module",
146146
{
147-
"esm": true
147+
"esm": false
148148
}
149149
],
150150
[

0 commit comments

Comments
 (0)