Skip to content

Commit

Permalink
fix: remove gitignore after build
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-gorules committed Jul 4, 2024
1 parent f451294 commit 0992dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zen-engine-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"license": "MIT",
"scripts": {
"build": "wasm-pack build --out-dir dist --target web --no-pack --release",
"build-debug": "wasm-pack build --out-dir dist --target web --no-pack --dev",
"build": "wasm-pack build --out-dir dist --target web --no-pack --release && rm dist/.gitignore",
"build-debug": "wasm-pack build --out-dir dist --target web --no-pack --dev && rm dist/.gitignore",
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
Expand Down

0 comments on commit 0992dcb

Please sign in to comment.