Skip to content

Commit 22d7cc4

Browse files
committed
chore: release it!
1 parent ea88470 commit 22d7cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot-api/wasm-executor",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"author": "Carlo Sala (https://github.com/carlosala)",
55
"repository": {
66
"type": "git",
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"clean": "rm -rf pkg dist",
3333
"wasm": "pnpm run clean && wasm-pack build --target nodejs --out-dir dist --out-name node --no-pack && wasm-pack build --target web --out-dir dist --out-name web --no-pack",
34-
"build": "pnpm run wasm"
34+
"build": "pnpm run wasm && rm dist/.gitignore"
3535
},
3636
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
3737
}

0 commit comments

Comments
 (0)