File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments