Skip to content

Commit

Permalink
Version check
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Nov 19, 2024
1 parent e56a8e7 commit 7e5d68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ul-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A test package for ul-react workflow testing",
"main": "src/index.js",
"scripts": {
"build": "echo 'Building package...' && mkdir -p dist && cp -r src dist -",
"build": "echo 'Building package...' && mkdir -p dist && cp -r src dist",
"test": "echo 'Running tests...' && exit 0",
"prepare": "npm run build"
},
Expand Down

0 comments on commit 7e5d68c

Please sign in to comment.