Skip to content

Commit

Permalink
feat(scope):fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Jan 21, 2021
1 parent 064188d commit f8275fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/graphin-graphscope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"start": " node --max_old_space_size=8192 ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --env.NODE_ENV=development",
"start": "father build --watch",
"build": "npm run clean && father build",
"build:umd": "rimraf dist && node --max_old_space_size=8192 ./node_modules/webpack/bin/webpack.js --env.NODE_ENV=production -c ./webpack.config.js ",
"clean": "rimraf es esm lib dist",
"deploy": "npm run build && gh-pages -d ./dist -r https://github.com/antvis/graphin-studio-site.git"
"clean": "rimraf es esm lib dist"
},
"dependencies": {
"@antv/graphin": "^2.0.0-beta.4",
Expand Down

0 comments on commit f8275fa

Please sign in to comment.