Skip to content

Commit 0f3239b

Browse files
committed
fix: missing default exports (#12)
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 04fa1d3 commit 0f3239b

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565
},
6666
"scripts": {
67-
"build": "mkbuild",
67+
"build": "toggle-pkg-type && mkbuild; toggle-pkg-type",
6868
"check:ci": "yarn dedupe --check && yarn check:format && yarn check:lint && yarn check:spelling && yarn check:types && yarn check:types:build && yarn test:cov && NODE_ENV=production yarn pack -o %s-%v.tgz && yarn clean:pack",
6969
"check:format": "prettier --check .",
7070
"check:lint": "eslint --exit-on-fatal-error --ext cjs,cts,gql,json,jsonc,md,mjs,ts,yml --max-warnings 0 .",
@@ -102,6 +102,7 @@
102102
"@commitlint/types": "17.0.0",
103103
"@faker-js/faker": "7.5.0",
104104
"@flex-development/mkbuild": "1.0.0-alpha.3",
105+
"@flex-development/toggle-pkg-type": "1.0.0",
105106
"@flex-development/tutils": "5.0.0",
106107
"@graphql-eslint/eslint-plugin": "3.11.2",
107108
"@types/chai": "4.3.3",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ __metadata:
800800
"@commitlint/types": "npm:17.0.0"
801801
"@faker-js/faker": "npm:7.5.0"
802802
"@flex-development/mkbuild": "npm:1.0.0-alpha.3"
803+
"@flex-development/toggle-pkg-type": "npm:1.0.0"
803804
"@flex-development/tutils": "npm:5.0.0"
804805
"@graphql-eslint/eslint-plugin": "npm:3.11.2"
805806
"@types/chai": "npm:4.3.3"
@@ -889,6 +890,15 @@ __metadata:
889890
languageName: node
890891
linkType: hard
891892

893+
"@flex-development/toggle-pkg-type@npm:1.0.0":
894+
version: 1.0.0
895+
resolution: "@flex-development/toggle-pkg-type@npm:1.0.0::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Ftoggle-pkg-type%2F1.0.0%2F2b551bd2ad2bc88ae1adb80afdecfc29a0705902"
896+
bin:
897+
toggle-pkg-type: dist/cli.mjs
898+
checksum: 5060b7a49b1100d9281fdd1e99a6308b48657d7cfc0f029048b0613ec497787952ad3a175807290bdf4afaf00f6ff2e8c655aa50794b1003e212974a9ea7f8c9
899+
languageName: node
900+
linkType: hard
901+
892902
"@flex-development/tutils@npm:5.0.0":
893903
version: 5.0.0
894904
resolution: "@flex-development/tutils@npm:5.0.0::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Ftutils%2F5.0.0%2F635d885ed4f6081b043c724bde1ab586e621dd9b"

0 commit comments

Comments
 (0)