-
Notifications
You must be signed in to change notification settings - Fork 250
Releasing node pty
Megan Rogge edited this page Feb 4, 2021
·
2 revisions
- Within your
node-pty
folder run:
git pull
git clean -xfd
yarn && yarn watch
- Test the changes:
node ./examples/fork/index.js
- If everything works well:
git commit -m "release number"
git push
- Merge the PR
- In
electron/package.json
, updatenode-pty
version number - In
examples/electron
, run:
./npm_install.sh
npm start
npm test
- Test the functionality
- Close the prior milestone