Skip to content

Commit 67e2215

Browse files
vkrolkamilogorek
authored andcommitted
build: Replace ; with && in @sentry/types build package script (#1739)
; is not cross-platform
1 parent 77c3df9 commit 67e2215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"typescript": "^3.0.1"
2727
},
2828
"scripts": {
29-
"build": "run-s clean; tsc -p tsconfig.build.json",
29+
"build": "run-s clean && tsc -p tsconfig.build.json",
3030
"build:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
3131
"clean": "rimraf dist coverage *.js *.js.map *.d.ts",
3232
"lint": "run-s lint:prettier lint:tslint",

0 commit comments

Comments
 (0)