@geeesy/type-aiflow
v2.0.1
Published
Types and Interfaces for AIFLOW Project
Downloads
214
Readme
Types and Interfaces for AIFLOW Projects
NPM Package @geeesy/type-aiflow
Development
- Run before commit to git
npm run ciNPM
- Run before publishing to npm
npm run prepublishOnly- Release a new version from local
# add a changeset
npx changeset
# commit the changes
git add .
git commit -m 'xxx'
# publish
npm run local-release