Skip to content

Commit

Permalink
chore: add preview demo npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
wang1212 committed Aug 27, 2024
1 parent 17c7b56 commit fad79fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
File renamed without changes.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"author": "xiaoiver",
"scripts": {
"dev": "vite",
"demo": "http-server -c-1 -o ./demo/",
"build": "pnpm -r --sequential --if-present run build",
"bundle-viz": "cross-env BUNDLE_VIS=1 PACKAGE=g npm run build",
"contributor": "git-contributor",
Expand Down Expand Up @@ -70,16 +71,17 @@
"get-pixels": "3.3.3",
"git-contributor": "~1.0.11",
"hammerjs": "^2.0.8",
"http-server": "^14.1.1",
"husky": "^7.0.4",
"is-ci": "2.0.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-matcher-deep-close-to": "^3.0.2",
"jsdom": "^19.0.0",
"lil-gui": "^0.16.0",
"limit-size": "^0.1.4",
"lint-staged": "^10.5.4",
"lil-gui": "^0.16.0",
"markdownlint-cli": "^0.32.2",
"npm-run-all": "^4.1.5",
"pixelmatch": "^5.3.0",
Expand All @@ -91,8 +93,8 @@
"rollup": "^3.29.4",
"rollup-plugin-polyfill-node": "^0.8.0",
"rollup-plugin-visualizer": "^5.9.2",
"sinon": "^11.1.2",
"simplex-noise": "^3.0.0",
"sinon": "^11.1.2",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2",
"vite": "^3.2.7",
Expand Down

0 comments on commit fad79fd

Please sign in to comment.