Skip to content

Commit 5b6b96d

Browse files
committed
Wire up grammar build script
1 parent ee976d0 commit 5b6b96d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"main": "build/build.js",
55
"dependencies": {
66
"plist": "latest"
7+
},
8+
"scripts": {
9+
"build": "node ."
710
}
811
}

0 commit comments

Comments
 (0)