mirror of https://github.com/docker/docs.git
Kill trailing spec processes
This commit is contained in:
parent
8d620c70bf
commit
cfa6e96286
|
@ -14,7 +14,7 @@
|
|||
"start": "rsync ./index.html ./build/ && rsync ./fonts/* ./build/ && rsync ./images/* ./build && jsx --watch src/ build/ & wess -w -m -i ./styles/main.less -o ./build/main.css & wiper -w ./build/**/*.* & npm run start:$(uname) && kill $(pgrep node)",
|
||||
"start:Darwin": "NODE_ENV=development ./cache/darwin/Atom.app/Contents/MacOS/Atom .",
|
||||
"start:Linux": "NODE_ENV=development ./cache/linux/atom .",
|
||||
"test": "jsx --watch src build/ & rsync ./images/* ./build && wess -m -i ./styles/main.less -o ./build/main.css && npm run test:$(uname)",
|
||||
"test": "jsx --watch src build/ & rsync ./images/* ./build && wess -m -i ./styles/main.less -o ./build/main.css && npm run test:$(uname) && kill $(pgrep node)",
|
||||
"test:Darwin": "NODE_ENV=test ./cache/darwin/Atom.app/Contents/MacOS/Atom . --test",
|
||||
"test:Linux": "NODE_ENV=test ./cache/darwin/atom .",
|
||||
"release": "./release"
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<script src="specs.js"></script>
|
||||
<script src="http://localhost:35729"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue