We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72823b7 commit ec4502fCopy full SHA for ec4502f
1 file changed
package.json
@@ -18,6 +18,7 @@
18
"build:es5": "tsc --target es2015 --outDir dist --module commonjs",
19
"build": "npm run build:esm && npm run build:es5",
20
"preversion": "npm run lint && npm test run && npm run build",
21
+ "postbuild:es5": "echo '{\"type\": \"commonjs\"}' > dist/package.json",
22
"postversion": "git push --follow-tags",
23
"test": "vitest"
24
},
0 commit comments