Skip to content

Commit 1201860

Browse files
authored
Enable storage-queue sample execution (Azure#20097)
1 parent d53738f commit 1201860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/storage-queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"clean": "rimraf dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
3636
"clean:samples": "rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json",
3737
"extract-api": "tsc -p . && api-extractor run --local",
38-
"execute:samples": "dev-tool run samples-dev",
38+
"execute:samples": "dev-tool samples run samples-dev",
3939
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
4040
"generate:client": "autorest --typescript ./swagger/README.md",
4141
"integration-test:browser": "karma start --single-run",

0 commit comments

Comments
 (0)