You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,14 @@ Clipboard support can be enabled by following these steps:
24
24
25
25
## Development
26
26
27
-
1. Install dependencies with `npm install` or `npm ci`.
28
-
2. Run unit tests with `npm test`.
29
-
3. Generate userscript with `npm run build`.
27
+
1. Install dependencies with `yarn install`.
28
+
2. Run unit tests with `yarn test`.
29
+
3. Generate userscript with `yarn run build`.
30
30
4. Import generated userscript to Tampermonkey by local file URI.
31
31
32
32
### Using the [Node.js container](https://github.com/nodejs/docker-node/blob/main/README.md)
33
33
34
-
To avoid having to install anything (except Podman!), just prefix any `node` or `npm` command with `./podman_node`. For example: `./podman_node npm install`
34
+
To avoid having to install anything (except Podman!), just prefix any `node` or `yarn` command with `./podman_node`. For example: `./podman_node yarn install`
0 commit comments