Skip to content

Commit caf16a4

Browse files
OEvgenycompulim
andauthored
Update packages/core/package.json
Co-authored-by: William Wong <compulim@users.noreply.github.com>
1 parent 71a9833 commit caf16a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
},
5959
"scripts": {
6060
"build": "npm run build:tsup && npm run build:dtsroll && npm run build:validate",
61-
"build:tsup": "tsup",
6261
"build:dtsroll": "dtsroll ./dist/*.d.*",
62+
"build:tsup": "tsup",
6363
"build:validate": "npm run build:validate:dts",
6464
"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",
6565
"bump": "npm run bump:prod && npm run bump:dev && (npm audit fix || exit 0)",

0 commit comments

Comments
 (0)