We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a9833 commit caf16a4Copy full SHA for caf16a4
packages/core/package.json
@@ -58,8 +58,8 @@
58
},
59
"scripts": {
60
"build": "npm run build:tsup && npm run build:dtsroll && npm run build:validate",
61
- "build:tsup": "tsup",
62
"build:dtsroll": "dtsroll ./dist/*.d.*",
+ "build:tsup": "tsup",
63
"build:validate": "npm run build:validate:dts",
64
"build:validate:dts": "if grep -q -P '@msinternal\\/' dist/*.d.* 2>/dev/null; then echo \"Error: dist/*.d.* is not compiled by dtsroll\" >&2; exit 1; fi",
65
"bump": "npm run bump:prod && npm run bump:dev && (npm audit fix || exit 0)",
0 commit comments