Skip to content

Commit f1d3e85

Browse files
committed
build: Add full path in rollup command
1 parent 6e6b29c commit f1d3e85

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
@@ -8,8 +8,8 @@
88
"lib": "./lib"
99
},
1010
"scripts": {
11-
"build": "rollup -c",
12-
"watch": "rollup -w -c",
11+
"build": "./node_modules/.bin/rollup -c",
12+
"watch": "./node_modules/.bin/rollup -w -c",
1313
"prepublish": "npm run-script build",
1414
"test": "node ./test/run.js",
1515
"lint": "bin/lint",

0 commit comments

Comments
 (0)