Skip to content

Commit

Permalink
Added test script in package.json and modified release version
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwal-devtron committed Jan 8, 2024
1 parent e05421c commit abc3c3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtron-labs/devtron-fe-common-lib",
"version": "0.0.50-beta-3",
"version": "0.0.50-beta-2",
"description": "Supporting common component library",

"type": "module",
Expand All @@ -23,6 +23,7 @@
"**/*.css"
],
"scripts": {
"test": "exit 0",
"dev": "vite",
"build-lib": "tsc --p ./tsconfig-build.json && vite build",
"preview": "vite preview"
Expand Down

0 comments on commit abc3c3c

Please sign in to comment.