We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f99d8f commit 080f67aCopy full SHA for 080f67a
package.json
@@ -10,8 +10,9 @@
10
"compile": "truffle compile --reset --compile-all",
11
"compileAndTest": "yarn compile && truffle test",
12
"test": "truffle test",
13
+ "build": "build.js",
14
"patch": "npm version patch",
- "build": "build.js"
15
+ "pub": "npm publish"
16
},
17
"author": "Billy Rennekamp <[email protected]>",
18
"license": "MIT",
0 commit comments