Skip to content

Commit

Permalink
Rename dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Nov 27, 2019
1 parent 4e5227b commit b6c6233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/packages/react-force-graph-2d/package.json
Expand Up @@ -27,7 +27,7 @@
},
"scripts": {
"build": "rimraf dist && rollup -c",
"watch": "rollup -c -w",
"dev": "rollup -c -w",
"minify": "terser dist/react-force-graph-2d.js -o dist/react-force-graph-2d.min.js -c -m --comments '/Version/'",
"build-module": "rollup -c rollup.config.module.js",
"prepare": "npm run build && npm run minify && npm run build-module"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/react-force-graph-3d/package.json
Expand Up @@ -28,7 +28,7 @@
},
"scripts": {
"build": "rimraf dist && rollup -c",
"watch": "rollup -c -w",
"dev": "rollup -c -w",
"minify": "terser dist/react-force-graph-3d.js -o dist/react-force-graph-3d.min.js -c -m --comments '/Version/'",
"build-module": "rollup -c rollup.config.module.js",
"prepare": "npm run build && npm run minify && npm run build-module"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/react-force-graph-ar/package.json
Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"build": "rimraf dist && rollup -c",
"watch": "rollup -c -w",
"dev": "rollup -c -w",
"minify": "terser dist/react-force-graph-ar.js -o dist/react-force-graph-ar.min.js -c -m --comments '/Version/'",
"build-module": "rollup -c rollup.config.module.js",
"prepare": "npm run build && npm run minify && npm run build-module"
Expand Down

0 comments on commit b6c6233

Please sign in to comment.