Fix deploy

This commit is contained in:
Eric Wood 2017-12-09 12:23:13 -05:00
parent 07c1554c44
commit f54aa9ef15
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<html>
<body>
<script src="./index.js"></script>
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="styles.css">
</body>
</html>

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --no-minify",
"build": "parcel build index.html --no-minify --public-url ./",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist"
},