Skip to content

Commit 0414b77

Browse files
author
damccorm
authored
Keep samples from running twice at a time
1 parent bb15a2d commit 0414b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "./WebApi.d.ts",
77
"scripts": {
88
"build": "node make.js build",
9-
"samples": "node make.js samples && node samples/run.js",
9+
"samples": "node make.js samples",
1010
"test": "node make.js test",
1111
"units": "node make.js units"
1212
},

0 commit comments

Comments
 (0)