Skip to content

Commit 318812e

Browse files
author
Michael Henderson
committed
update scripts in package.json
1 parent fa153eb commit 318812e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.0.1",
44
"description": "Assign a local variable based on a json file element value",
55
"main": "main.js",
6+
"scripts": {
7+
"build": "ncc build main.js",
8+
"precommit": "npm run build && git add dist/"
9+
},
610
"author": {
711
"name": "fiddlermikey"
812
},

0 commit comments

Comments
 (0)