Skip to content

Commit

Permalink
chore: add stub and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 7, 2022
1 parent 081c758 commit b40f7ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,10 @@ Preview and deploy command hints are usually filled by deployment presets.
- Fork and clone this repository
- Enable [corepack](https://github.com/nodejs/corepack) using `corepack enable` (use `npm i -g corepack` for Node.js < 16.10)
- Install dependencies using `yarn install`.
- Install dependencies using `yarn install`
- Activate passive watcher using `yarn stub`
- Start playground with `yarn dev` and open http://localhost:3000
- You can also try [`examples/`](./examples/) using `yarn example <name>` and `yarn example:build <name>`
- Make changes
- Ensure all tests pass using the `yarn test` command
- Open that lovely PR!
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"nitro": "jiti ./src/cli.ts",
"prepack": "yarn build",
"release": "yarn test && yarn build && standard-version && npm run publish && git push --follow-tags",
"stub": "unbuild --stub",
"test": "yarn lint && vitest run --silent"
},
"resolutions": {
Expand Down

0 comments on commit b40f7ee

Please sign in to comment.