Skip to content

Commit d40a03f

Browse files
authored
Update README.md
1 parent be3f01b commit d40a03f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ See [package.json](/package.json) for available npm scripts, and [deno.jsonc](/d
158158

159159
Make sure to add tests if you add new features.
160160

161+
**Important:** Do not stage/commit `dist/main.js` and `dist/main.cjs`. These are generated and committed automatically by the CI-pipeline.
162+
161163
### Dependencies
162164

163165
When adding, removing or updating dependencies, start out with npm as usual. Then update `import_map.json` to points to the same versions shown by `npm list`, and run `deno task update-deps` to update the Deno lock-file.

0 commit comments

Comments
 (0)