Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter van der Plas2 committed Nov 15, 2023
1 parent 1ab287c commit ebbf5c1
Show file tree
Hide file tree
Showing 3 changed files with 2,379 additions and 1,309 deletions.
20 changes: 11 additions & 9 deletions DEPLOY.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
this guide will instruct you on how to deploy iwf
# Deploying iwf

## pre-commit
This guide will instruct you on how to deploy iwf

First, run `npm run lint` and `npm run test` to lint and test the project.
## Pre-commit

See if the results are acceptable. Then push the result to Github.
First, run `npm run lint` and `npm run test` to lint and test the project.

## tagging
See if the results are acceptable. Then, push the result to Github.

then tag a new version on Github
increment the minor or the build number
write the change notes
when the tag is saved, Github actions will trigger a build and upload to npm, and the building of the new documentation
## Tagging

* Then tag a new version on Github
* Increment the minor or the build number
* Write the change notes
* When the tag is saved, Github actions will trigger a build and upload to npm, and the building of the new documentation
Loading

0 comments on commit ebbf5c1

Please sign in to comment.