Skip to content

Commit

Permalink
refactor: ui-app pnpm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepasha419a committed Feb 1, 2025
1 parent 86dd557 commit e91bce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"storybook": "storybook dev -p 6006",
"storybook:test": "test-storybook",
"build": "rimraf ./dist && vite build",
"build:dev:publish": "yarn build && yarn publish:dev:override",
"build:dev:publish": "pnpm build && pnpm publish:dev",
"install:dev": "rimraf ./yarn.lock && copy NUL yarn.lock && rimraf ./node_modules/@ducks-tinder-client && yarn cache clean && yarn install",
"lint": "eslint \"./src/**/*{.ts,.tsx,.js,.jsx}\" --max-warnings=0",
"lint:fix": "eslint \"./src/**/*{.ts,.tsx,.js,.jsx}\" --fix --max-warnings=0",
"publish:dev": "npm publish --registry http://localhost:4873/",
"publish:dev:override": "npm unpublish --force --registry http://localhost:4873/ && yarn publish:dev"
"publish:dev:override": "npm unpublish --force --registry http://localhost:4873/ && pnpm publish:dev"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit e91bce5

Please sign in to comment.