We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28f02e commit 3e77af4Copy full SHA for 3e77af4
1 file changed
README.md
@@ -117,14 +117,22 @@ Malicious code merged from forks can reveal your tokens.
117
118
## Development
119
120
-Install the dependencies
+Enter the development shell with [devenv](https://devenv.sh).
121
122
-```bash
123
-$ pnpm install
+```console
+devenv shell
124
```
125
126
-Build action
+Install the dependencies.
127
128
129
-$ pnpm build
+pnpm install
130
131
+
132
+Build the action.
133
134
135
+pnpm build
136
+```
137
138
+The devenv shell will install git-hooks that must be run before each commit.
0 commit comments