forked from echamudi/opencv-wasm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Complete Building & Publishing | ||
|
||
- Compile from scratch using docker and build.sh | ||
- Generate types | ||
- Test using OpenCV’s node test | ||
- Test using node scripts at '/test' | ||
- Test using deno scripts at '/test' | ||
- Try node types validity in playground | ||
- Try deno types validity in playground | ||
- Increment all versions | ||
- package | ||
- package-lock | ||
- deno's mod.ts | ||
- README installation | ||
- Dry run publishing NPM module | ||
- Publish NPM module | ||
- Try to use the deno using unpkg (https://unpkg.com/opencv-wasm@<version>/mod.ts), see if the type is working. | ||
- If unpkg is working fine, then tag it. |