We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bc2d4 commit bf25ae8Copy full SHA for bf25ae8
1 file changed
package.json
@@ -7,6 +7,7 @@
7
"description": "A node build configuration to develop extendScripts with es2015 javascript code",
8
"scripts": {
9
"init": "function esconvert { (PATH=$(npm bin):$PATH; eval 'extendscriptr --script '$@;) }",
10
+ "convert": "npm run init && esconvert",
11
"commit": "git-cz",
12
"quatsch": "do",
13
"clean:temp": "rm -rf ./.tmp ; mkdir ./.tmp",
0 commit comments