Skip to content

Commit

Permalink
Improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Feb 11, 2025
1 parent a2a25d5 commit 75de270
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/artifacts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,6 @@ The `build` script will:
4. Generate their ABI.
5. Extract their ABI and embed it into on `src/abi.ts`.

### Publish to NPM

Ensure the package `version` is up to date within `package.json` before publishing.

Check that only the intended files will be published:
```sh
yarn publish --dry-run
```

To publish the package to NPM, run:
```sh
yarn publish --access public
```

## Documentation

You can find all documentation regarding how to use this plugin in [Aragon's documentation here](https://docs.aragon.org/admin/1.x/index.html).
Expand Down

0 comments on commit 75de270

Please sign in to comment.