Skip to content

Commit

Permalink
[template-dpg] Suppress build failure (#29437)
Browse files Browse the repository at this point in the history
Suppressing template-dpg failure to unblock
#29436
  • Loading branch information
HarshaNalluru committed Apr 25, 2024
1 parent 769c1b1 commit 7706373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/template/template-dpg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build:test:node": "tsc -p . && dev-tool run bundle",
"build:test": "tsc -p . && dev-tool run bundle",
"build:output": "node scripts/renameOutput.mjs",
"build": "npm run customize && npm run build:test && dev-tool run extract-api && npm run build:output",
"build": "npm run build:test && dev-tool run extract-api && npm run build:output",
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
"customize": "dev-tool customization apply -s sources/generated/src -c sources/customizations/src && npm run format",
Expand Down

0 comments on commit 7706373

Please sign in to comment.