Skip to content

Commit 7afc313

Browse files
committed
dont use npx to make command faster
1 parent d74a563 commit 7afc313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"npm": ">=6.4.1"
1919
},
2020
"scripts": {
21-
"start": "npx server -r web -o true",
22-
"build": "npx lsc build"
21+
"start": "./node_modules/.bin/server -r web -o true",
22+
"build": "./node_modules/.bin/lsc build.ls"
2323
},
2424
"devDependencies": {
2525
"@loadingio/ldcolorpicker": "^2.0.2",

0 commit comments

Comments
 (0)