Skip to content

Commit 080f67a

Browse files
committed
patch script
1 parent 1f99d8f commit 080f67a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"compile": "truffle compile --reset --compile-all",
1111
"compileAndTest": "yarn compile && truffle test",
1212
"test": "truffle test",
13+
"build": "build.js",
1314
"patch": "npm version patch",
14-
"build": "build.js"
15+
"pub": "npm publish"
1516
},
1617
"author": "Billy Rennekamp <[email protected]>",
1718
"license": "MIT",

0 commit comments

Comments
 (0)