@loophq/design-system
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-beta.4
{ | ||
"name": "@loophq/design-system", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"homepage": "https://loop-design-system.netlify.app/", | ||
@@ -20,2 +20,4 @@ "files": [ | ||
"preview": "vite preview", | ||
"library:build": "node build_scripts/build-library.js", | ||
"library:publish": "node build_scripts/publish.js", | ||
"build-storybook": "build-storybook", | ||
@@ -22,0 +24,0 @@ "storybook": "start-storybook -p 6006 --ci", |
@@ -54,5 +54,7 @@ # Loop design system | ||
### Publishes a new version of the library | ||
### Publishes a new version of the library (as tag next) | ||
Change version number in `package.json` | ||
``` | ||
npm run library:publish -- <version> | ||
npm publish --tag next | ||
``` | ||
@@ -59,0 +61,0 @@ |
280782
85