Skip to content

Commit

Permalink
chore: change yarn ro npm
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-Mostafa committed Aug 15, 2022
1 parent 862aefa commit 172986e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"reset:git": "rimraf .git && git init && git add . && git commit -m \"init commit\"",
"reset:vite": "rimraf ./.vite-cache ./dist",
"reset:file": "node ./clean.js",
"reset": "yarn run reset:vite && yarn run reset:file && yarn run reset:git",
"dev": "yarn run reset:vite && cross-env DEBUG=vite:plugin:mkcert HTTPS=true vite",
"dev:http": "yarn run reset:vite && vite",
"build": "yarn run reset:vite && tsc && vite build",
"preview": "yarn run build && vite preview",
"analyze": "yarn run reset:vite && cross-env ANALYZE=true yarn run build",
"reset": "npm run reset:vite && npm run reset:file && npm run reset:git",
"dev": "npm run reset:vite && cross-env DEBUG=vite:plugin:mkcert HTTPS=true vite",
"dev:http": "npm run reset:vite && vite",
"build": "npm run reset:vite && tsc && vite build",
"preview": "npm run build && vite preview",
"analyze": "npm run reset:vite && cross-env ANALYZE=true npm run build",
"mock:server": "json-server --watch ./mock/index.json --config ./mock/config.json",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
Expand Down

0 comments on commit 172986e

Please sign in to comment.