File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ Builds the UI kit for production to the `build` folder. It correctly bundles Rea
14
14
15
15
The build is minified and the filenames include the hashes.
16
16
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
-
22
17
## Testing the UI kit in a demo app
23
18
24
19
If you want to test your changes for the UI kit on a separate React app, you
Original file line number Diff line number Diff line change 26
26
"build" : " npm run clean && npm run build:esm && npm run build:cjs" ,
27
27
"build:esm" : " tsc" ,
28
28
"build:cjs" : " tsc --module CommonJS --outDir dist/cjs" ,
29
- "prerelease" : " npm run build" ,
30
- "release" : " npm publish --access public ." ,
31
- "commit" : " cz" ,
32
29
"prepare" : " husky install"
33
30
},
34
31
"eslintConfig" : {
You can’t perform that action at this time.
0 commit comments