Skip to content

Commit 5d2a3aa

Browse files
committed
fix: use npx in build
1 parent 0700eb8 commit 5d2a3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript": "^3.8.3"
1919
},
2020
"scripts": {
21-
"build": "cp -r public dist && tsc && sass src:dist/build",
21+
"build": "cp -r public dist && npx tsc && npx sass src:dist/build",
2222
"tsc": "tsc",
2323
"tsc:w": "tsc -w",
2424
"tslint": "tslint -p tsconfig.json"

0 commit comments

Comments
 (0)