Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
haozi committed Mar 14, 2017
1 parent c9f80e7 commit 8bcd005
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ test/unit/coverage
test/e2e/reports
selenium-debug.log
.script/deploy.sh
nginx.conf
build/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clean": "rm -rf dist .nyc_output coverage; mkdir dist",
"prepublish": "npm run build",
"test": "npm run unit && npm run e2e",
"deploy": "sh .sciprt/deploy.sh"
"deploy": "sh .script/deploy.sh"
},
"dependencies": {
"codemirror": "^5.24.2",
Expand Down
1 change: 1 addition & 0 deletions raw/j.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alert(1)
1 change: 1 addition & 0 deletions src/data/sandbox.raw
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>sandbox</title>
<script>
(function() {
Expand Down

0 comments on commit 8bcd005

Please sign in to comment.