Skip to content

Commit

Permalink
New start script to start local server (#2491)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Dec 22, 2020
1 parent 8828500 commit 0604793
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 0 deletions.
172 changes: 172 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -6,6 +6,7 @@
"style": "themes/prism.css",
"scripts": {
"build": "gulp",
"start": "http-server -c-1",
"test:aliases": "mocha tests/aliases-test.js",
"test:core": "mocha tests/core/**/*.js",
"test:dependencies": "mocha tests/dependencies-test.js",
Expand Down Expand Up @@ -45,6 +46,7 @@
"gulp-uglify": "^3.0.1",
"gzip-size": "^5.1.1",
"htmlparser2": "^4.0.0",
"http-server": "^0.12.3",
"jsdom": "^13.0.0",
"mocha": "^6.2.0",
"pump": "^3.0.0",
Expand Down

0 comments on commit 0604793

Please sign in to comment.