Skip to content

Commit

Permalink
Replace http-server with serve
Browse files Browse the repository at this point in the history
  • Loading branch information
agubler committed May 22, 2019
1 parent 15e2bcd commit c28b95a
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 3 deletions.
222 changes: 222 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"precommit": "lint-staged",
"prettier": "prettier --write \"{src,tests}/**/*.{ts,tsx}\"",
"release": "run-s lint clean build \"dojo-release -- {@}\" --",
"serve": "http-server -p 9999 -c-1 --silent",
"serve": "serve -p 9999",
"test:ci": "run-p --race serve test",
"test:cypress": "cypress run",
"test": "run-s build artifact:package artifact:install build intern artifact:build:* test:cypress",
Expand Down Expand Up @@ -92,18 +92,18 @@
"cpx": "~1.5.0",
"cypress": "3.0.1",
"execa": "0.8.0",
"http-server": "^0.11.1",
"husky": "^0.14.3",
"lint-staged": "6.0.0",
"mockery": "2.1.0",
"npm-run-all": "~4.1.3",
"rimraf": "2.6.2",
"serve": "11.0.0",
"shelljs": "0.7.8",
"shx": "0.2.2",
"sinon": "~4.5.0"
},
"dependencies": {
"@dojo/webpack-contrib": "^5.0.0",
"@dojo/webpack-contrib": "^5.0.2",
"brotli-webpack-plugin": "1.0.0",
"chalk": "2.4.1",
"clean-webpack-plugin": "1.0.0",
Expand Down

0 comments on commit c28b95a

Please sign in to comment.