Commit c17b1fba authored by Ward Bell's avatar Ward Bell

chore: official beta.14

parent 727ae454
......@@ -7,9 +7,8 @@
"tsc:w": "tsc -w",
"lite": "lite-server",
"typings": "typings",
"docker:build": "docker build -t ng2-quickstart .",
"docker:run": "docker run -it --rm -p 3000:3000 -p 3001:3001 ng2-quickstart",
"docker": "npm-run-all docker:build docker:run",
"docker-build": "docker build -t ng2-quickstart .",
"docker": "npm run docker-build && docker run -it --rm -p 3000:3000 -p 3001:3001 ng2-quickstart",
"postinstall": "typings install"
},
"license": "ISC",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment