Skip to content

Commit

Permalink
Merge pull request #101 from sprint-team3/dev
Browse files Browse the repository at this point in the history
Deploy version 0.2.6
  • Loading branch information
CheeseB authored Apr 24, 2024
2 parents c790178 + 1b9a364 commit dd41614
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ggf-ui",
"version": "0.2.5",
"version": "0.2.6",
"description": "GGF design system library",
"private": false,
"type": "module",
Expand All @@ -25,8 +25,8 @@
"scripts": {
"dev": "vite",
"build": "rm -rf dist && tsc && vite build",
"clean": "npm uninstall ggf-ui && npm cache verify && rm -rf ./ggf-ui-0.2.5.tgz ",
"test": "npm run clean && npm run build && npm pack && npm install ./ggf-ui-0.2.5.tgz",
"clean": "npm uninstall ggf-ui && npm cache verify && rm -rf ./ggf-ui-0.2.6.tgz ",
"test": "npm run clean && npm run build && npm pack && npm install ./ggf-ui-0.2.6.tgz",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prepare": "husky",
"preview": "vite preview",
Expand Down

0 comments on commit dd41614

Please sign in to comment.