Skip to content

Commit

Permalink
Merge branch 'main' into rspack-rsbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief authored Sep 5, 2024
2 parents c2885de + 784c668 commit 72f8d1a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
"compile": "tsc -p ./",
"compile:declarations": "tsc -p ./tsconfig.declarations.json",
"postcompile": "bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check",
"build": "bun run compile && bun run ./build/build-with-esbuild.ts",
"watch": "bun run ./build/watch-with-esbuild.ts",
"changelog": "changelog-machine --config changelog.config.json",
"check-colors": "bun run ./src/scripts/svg/checkSvgColors.ts",
"build": "bun run compile && bun ./build/build-with-esbuild.ts",
"watch": "bun ./build/watch-with-esbuild.ts",
"changelog": "changelog-machine --config ./changelog.config.json",
"check-colors": "bun ./src/scripts/svg/checkSvgColors.ts",
"check": "bun ./src/scripts/icons/checks/run.ts",
"contributors": "bun ./src/scripts/contributors/contributors.ts",
"generateJson": "bun ./src/scripts/icons/generateJson.ts > dist/material-icons.json",
"generateJson": "bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json",
"generateClones": "bun ./src/scripts/icons/generateClones.ts",
"lint": "bunx @biomejs/biome check --write ./src",
"format": "bunx @biomejs/biome format --write ./src",
"preversion": "bun run contributors && git add images/contributors.png && bun run preview && git add images/fileIcons.png && git add images/folderIcons.png && bun run svgo && git add icons/*.svg",
"lint": "biome check --write ./src",
"format": "biome format --write ./src",
"preversion": "bun run contributors && bun run preview && bun run svgo && git add images/{contributors,fileIcons,folderIcons}.png icons/*.svg",
"preview": "bun ./src/scripts/preview/run.ts",
"svgo": "svgo -i icons -o icons -q",
"test": "bun test",
"version": "bun run changelog && git add CHANGELOG.md",
"vscode:prepublish": "bun run lint && bun run build",
"verify": "bunx sheriff verify",
"prepublishOnly": "bun run ./src/scripts/module/prepare.ts",
"verify": "sheriff verify",
"prepublishOnly": "bun ./src/scripts/module/prepare.ts",
"postpublish": "git checkout package.json && git checkout README.md"
},
"publisher": "PKief",
Expand Down

0 comments on commit 72f8d1a

Please sign in to comment.