@amplication/csharp-ast
v0.1.0
Published
This library was generated with [Nx](https://nx.dev).
Keywords
Readme
csharp-ast
This library was generated with Nx.
Building
Run nx build csharp-ast to build the library.
Running unit tests
Run nx test csharp-ast to execute the unit tests via Jest.
Publish to npm
In order to publish to npm @amplication/csharp-ast :
- Make sure to update the version in the package.json.
- Run the following:
# From the monorepo root folder
npm i
npx nx build csharp-ast
cd ./dist/libs/csharp-ast
To publish the package as "beta" run:
npm publish --access public --tag betaTo publish the package as "latest" run:
npm publish --access public
