Skip to content

Commit

Permalink
swap from :new to :vite
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Sep 13, 2024
1 parent 850f28c commit 6e68fb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev:new": "yarn start:new",
"start:new": "yarn generate-icons:vite && vite",
"build:new": "yarn generate-icons:vite && tsc -b && vite build",
"dev:vite": "yarn start:vite",
"start:vite": "yarn generate-icons:vite && vite",
"build:vite": "yarn generate-icons:vite && tsc -b && vite build",
"dev": "yarn start",
"start": "yarn generate-icons:webpack && craco start",
"build": "yarn generate-icons:webpack && craco build --config craco.config.cjs",
Expand Down

0 comments on commit 6e68fb1

Please sign in to comment.