Skip to content

Commit

Permalink
add the necessary scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jadengis committed May 30, 2022
1 parent 5d7c075 commit 88bb4dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx build ngx-clarity && cp README.md dist/packages/ngx-clarity/README.md",
"test": "nx test ngx-clarity",
"lint": "nx workspace-lint && nx lint ngx-clarity",
"postinstall": "ngcc --properties es2015 browser module main"
},
"private": true,
Expand Down

0 comments on commit 88bb4dd

Please sign in to comment.