0.1.0 • Published 1 year ago
@amplication/csharp-ast
Licence
—
Version
0.1.0
Deps
2
Size
133 kB
Vulns
0
Weekly
0
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 beta
To publish the package as "latest" run:
npm publish --access public