Skip to content

Commit 7706373

Browse files
[template-dpg] Suppress build failure (#29437)
Suppressing template-dpg failure to unblock #29436
1 parent 769c1b1 commit 7706373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/template/template-dpg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"build:test:node": "tsc -p . && dev-tool run bundle",
3434
"build:test": "tsc -p . && dev-tool run bundle",
3535
"build:output": "node scripts/renameOutput.mjs",
36-
"build": "npm run customize && npm run build:test && dev-tool run extract-api && npm run build:output",
36+
"build": "npm run build:test && dev-tool run extract-api && npm run build:output",
3737
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
3838
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
3939
"customize": "dev-tool customization apply -s sources/generated/src -c sources/customizations/src && npm run format",

0 commit comments

Comments
 (0)