Skip to content

Commit

Permalink
See a preview of all icons using pnpm dev command
Browse files Browse the repository at this point in the history
Align with other warp-ds repos on how we can check the output in the form of a running 'docs page.
  • Loading branch information
BalbinaK committed Sep 11, 2023
1 parent 66b28b9 commit da0b941
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"scripts": {
"import": "node ./scripts/import.js",
"build": "node ./scripts/build.js",
"dev": "vite",
"vite:build": "vite build",
"preview": "pnpm run build && vite build && vite preview",
"dev": "pnpm build && vite",
"build:react": "rimraf react && mkdir react && node ./scripts/output/react.js && node ./react.eik.js",
"build:vue": "rimraf vue && mkdir vue && node ./scripts/output/vue.js && node ./vue.eik.js",
"build:elements": "rimraf elements && mkdir elements && node ./scripts/output/elements.js && node ./elements.eik.js"
Expand Down

0 comments on commit da0b941

Please sign in to comment.