Skip to content

Commit ccea618

Browse files
committed
chore: remove release npm scripts and readme
1 parent 5ea314c commit ccea618

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ Builds the UI kit for production to the `build` folder. It correctly bundles Rea
1414

1515
The build is minified and the filenames include the hashes.
1616

17-
### `npm run release`
18-
19-
Release the UI kit in public mode to NPM (requires you to be logged into NPM and have access to
20-
the `hacksc` organization)
21-
2217
## Testing the UI kit in a demo app
2318

2419
If you want to test your changes for the UI kit on a separate React app, you

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
"build": "npm run clean && npm run build:esm && npm run build:cjs",
2727
"build:esm": "tsc",
2828
"build:cjs": "tsc --module CommonJS --outDir dist/cjs",
29-
"prerelease": "npm run build",
30-
"release": "npm publish --access public .",
31-
"commit": "cz",
3229
"prepare": "husky install"
3330
},
3431
"eslintConfig": {

0 commit comments

Comments
 (0)