Skip to content

Commit

Permalink
chore: remove release npm scripts and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvincent committed Apr 7, 2023
1 parent 5ea314c commit ccea618
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ Builds the UI kit for production to the `build` folder. It correctly bundles Rea

The build is minified and the filenames include the hashes.

### `npm run release`

Release the UI kit in public mode to NPM (requires you to be logged into NPM and have access to
the `hacksc` organization)

## Testing the UI kit in a demo app

If you want to test your changes for the UI kit on a separate React app, you
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"build": "npm run clean && npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module CommonJS --outDir dist/cjs",
"prerelease": "npm run build",
"release": "npm publish --access public .",
"commit": "cz",
"prepare": "husky install"
},
"eslintConfig": {
Expand Down

0 comments on commit ccea618

Please sign in to comment.