Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Apr 12, 2024
1 parent 1f57f14 commit e5bf479
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@
"repo:publish": "pnpm build && pnpm build:generate-stats && pnpm login --auth-type legacy && pnpm -r publish",
"watch": "cross-env watch=true pnpm build",
"build": "ts-node scripts/build.ts",
"build:notypes": "cross-env typesDisabled=true ts-node scripts/build.ts",
"build:generate-stats": "ts-node scripts/build-generate-stats.ts",
"bundler:build": "cross-env packages=bundler pnpm build",
"bundler:build:notypes": "cross-env packages=bundler pnpm build:notypes",
"bundler:watch": "cross-env packages=bundler watch=true pnpm watch",
"bundler:plg:start": "ts-node packages/bundler/playground/bundles.mjs",
"bundler:test": "pnpm jest:test packages/bundler/tests/jest",
"stylify:build": "cross-env packages=stylify pnpm build",
"stylify:build:notypes": "cross-env packages=stylify pnpm build:notypes",
"stylify:watch": "cross-env packages=stylify watch=true pnpm watch",
"stylify:test": "pnpm jest:test packages/stylify/tests/jest",
"stylify:plg:run": "ts-node packages/stylify/playground/index.ts",
Expand Down

0 comments on commit e5bf479

Please sign in to comment.