- Module path: dappco.re/go/agent - Core import: dappco.re/go/core v0.4.7 - Process service re-enabled with new Core API - Plugin bumped to v0.11.0 - Directory flattened from go/ to root Co-Authored-By: Virgil <virgil@lethean.io>
8 lines
231 B
Markdown
8 lines
231 B
Markdown
# npm Package Flow
|
|
|
|
1. `npm ci` — clean install
|
|
2. `npm run lint` — lint
|
|
3. `npm test` — tests
|
|
4. `npm run build` — build
|
|
5. `npm pack --dry-run` — verify package contents
|
|
6. `npm publish` — publish (tag releases only)
|