We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3815c69 commit 4a91c12Copy full SHA for 4a91c12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "web-bip39",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "7kb JavaScript implementation of Bitcoin BIP39",
5
"main": "index.js",
6
"module": "dist/web-bip39.esm.js",
scripts/release.js
@@ -93,7 +93,7 @@ async function main() {
93
// build package
94
step('\nBuilding package...');
95
if (!skipBuild && !isDryRun) {
96
- await run('npm', ['build', '--release']);
+ await run('npm', ['run', 'build']);
97
} else {
98
console.log(`(skipped)`);
99
}
0 commit comments