Skip to content

Commit

Permalink
Fix invalid character in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
guyca committed Nov 23, 2024
1 parent 930763b commit 76cd92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/swc-plugin-obsidian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"author": "Guy Carmeli",
"main": "src/index.js",
"scripts": {
"build": "echo 'Build skipped'",
"build": "echo Build skipped",
"build:local": "RUSTFLAGS=\"-C debuginfo=2\" cargo build --release --target wasm32-wasi",
"prepack:disabled": "yarn copyBinary",
"copyBinary": "cp target/wasm32-wasi/release/swc_plugin_obsidian.wasm src",
"cleanBuildAndCopy": "cargo clean && yarn build && yarn copyBinary",
"test": "echo 'Tests skipped'",
"test": "echo Tests skipped",
"test:local": "cargo test"
},
"peerDependencies": {
Expand Down

0 comments on commit 76cd92b

Please sign in to comment.