Skip to content

Commit

Permalink
;-& (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino authored Oct 17, 2024
1 parent 26acb64 commit d5dfc36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"lint": "pnpm run prettier:check && pnpm run eslint:check && pnpm run cspell:check && pnpm run typescript:check",
"lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix && pnpm run cspell:check && pnpm run typescript:check",
"postinstall": "tsx scripts/build-bin.mts",
"prepublishOnly": "rm -rf dist; tsc --declaration --emitDeclarationOnly --noEmit false -p tsconfig.json --outDir dist; rm -rf dist/scripts; mv dist/src/* dist; rm -rf dist/src; cp src/*.d.ts dist; tsx scripts/create-import-wrappers.mts",
"postpublish": "rm -rf *.d.ts; rm -rf dist; npm run build",
"prepublishOnly": "rm -rf dist && tsc --declaration --emitDeclarationOnly --noEmit false -p tsconfig.json --outDir dist && rm -rf dist/scripts && mv dist/src/* dist && rm -rf dist/src && cp src/*.d.ts dist && tsx scripts/create-import-wrappers.mts",
"postpublish": "rm -rf *.d.ts && rm -rf dist && npm run build",
"release": "np",
"docs": "typedoc src/renderer/replugged.ts --excludeExternals",
"docs:watch": "pnpm run docs --watch"
Expand Down

0 comments on commit d5dfc36

Please sign in to comment.