Skip to content

Commit bf25ae8

Browse files
author
Bruno Herfst
committed
add convert
1 parent c5bc2d4 commit bf25ae8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"description": "A node build configuration to develop extendScripts with es2015 javascript code",
88
"scripts": {
99
"init": "function esconvert { (PATH=$(npm bin):$PATH; eval 'extendscriptr --script '$@;) }",
10+
"convert": "npm run init && esconvert",
1011
"commit": "git-cz",
1112
"quatsch": "do",
1213
"clean:temp": "rm -rf ./.tmp ; mkdir ./.tmp",

0 commit comments

Comments
 (0)