Skip to content

Commit

Permalink
chore: add dumi build
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Nov 21, 2023
1 parent 73654d0 commit fb892ba
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g-site",
"private": true,
"version": "5.18.21",
"description": "G sites deployed on gh-pages",
"keywords": [
"g",
Expand All @@ -18,10 +18,11 @@
"license": "ISC",
"author": "https://github.com/orgs/antvis/people",
"scripts": {
"build-bak": "dumi build",
"site:build": "dumi build && cp ../spec/api.html public",
"site:dev": "dumi dev",
"start": "npm run site:dev"
"start": "dumi dev",
"build": "dumi build",
"analyze": "ANALYZE=1 dumi build",
"deploy": "gh-pages -d dist",
"preview": "dumi preview"
},
"dependencies": {
"@antv/g": "latest",
Expand Down Expand Up @@ -66,7 +67,7 @@
"d3-cloud": "^1.2.5",
"d3-force-3d": "^3.0.3",
"d3-svg-annotation": "^2.5.0",
"gh-pages": "^3.2.3",
"gh-pages": "^4.0.0",
"gl-matrix": "^3.4.3",
"hammer-touchemulator": "^0.0.2",
"hammerjs": "^2.0.8",
Expand Down

0 comments on commit fb892ba

Please sign in to comment.