Skip to content

Commit 3f32032

Browse files
committed
make dist execable
1 parent 89ede09 commit 3f32032

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
@@ -19,9 +19,9 @@
1919
"dist/ok.js"
2020
],
2121
"scripts": {
22-
"build": "npm run clean && rollup -c",
22+
"build": "npm run clean && rollup -c && chmod +x dist/ok.js",
2323
"clean": "rm -rf dist",
24-
"dev": "npm run clean && rollup -c -w",
24+
"dev": "rollup -c -w && chmod +x dist/ok.js",
2525
"np": "npm run build && np"
2626
},
2727
"prettier": {

0 commit comments

Comments
 (0)