Skip to content

Commit

Permalink
chore: publish as @brillout/vite
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 18, 2023
1 parent a873af5 commit 5af52d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "vite",
"version": "4.1.2",
"name": "@brillout/vite",
"publishConfig": {
"access": "public"
},
"version": "4.1.2-pr.12030",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down Expand Up @@ -62,7 +65,7 @@
"typecheck": "tsc --noEmit",
"lint": "eslint --cache --ext .ts src/**",
"format": "prettier --write --cache --parser typescript \"src/**/*.ts\"",
"prepublishOnly": "npm run build"
"// prepublishOnly": "npm run build"
},
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vite/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
To use this `@brillout/vite` fork:

```
"pnpm": {
"overrides": {
"vite": "npm:@brillout/[email protected]"
}
}
```

0 comments on commit 5af52d1

Please sign in to comment.