Skip to content

Commit 727d4e1

Browse files
committed
apply suggestions
1 parent 71a9833 commit 727d4e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)",

packages/fluent-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
],
4242
"scripts": {
4343
"build": "npm run build:static && npm run build:tsup && npm run build:dtsroll && npm run build:validate",
44+
"build:dtsroll": "dtsroll ./dist/*.d.*",
4445
"build:static": "node ./esbuild.static.mjs",
4546
"build:tsup": "tsup",
46-
"build:dtsroll": "dtsroll ./dist/*.d.*",
4747
"build:validate": "npm run build:validate:css && npm run build:validate:dts",
4848
"build:validate:css": "grep -q -P '\\.webchat-fluent \\.w([a-zA-Z-]){6}_' dist/*.css 2>/dev/null || { echo \"Error: dist/*.css is not compiled by Lightning CSS\" >&2; exit 1; }",
4949
"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",

0 commit comments

Comments
 (0)