Skip to content

Commit

Permalink
build: Remove xdev script
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Feb 28, 2017
1 parent 7886a3b commit 5768fe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"license": "MIT",
"scripts": {
"dev": "node build/dev-server.js",
"xdev": "node build/dev-server.js --simulate --port 8087",
"build": "node build/build.js && rm -rf docs/demos/v2/ && mkdir docs/demos/v2 && cp -r docs/demos/temp/* docs/demos/v2/",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"test": "npm run unit",
Expand Down

0 comments on commit 5768fe9

Please sign in to comment.