Skip to content

Commit

Permalink
Close #47 wasm動いたのでci修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiyaowl committed Sep 14, 2019
1 parent 23c0831 commit 8dcd331
Show file tree
Hide file tree
Showing 4 changed files with 5,361 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
when: always
# deploy to netlify (require $NETLIFY_AUTH_TOKEN, $NETLIFY_SITE_ID)
- run:
name: npm install
command: cd wasm && npm install
name: npm install && build
command: cd wasm && npm install && npm run build
- run:
name: Deploy to netlify
command: netlify deploy --prod -d ./wasm
Expand Down
1 change: 0 additions & 1 deletion wasm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="index.js"></script>
<title>rust-nes-emulator-wasm</title>
</head>
<body>
Expand Down
Loading

0 comments on commit 8dcd331

Please sign in to comment.