Fix travis

This commit is contained in:
DD Liu 2017-07-13 15:30:06 -04:00
parent 80e7f1c0b3
commit 0daa70fc7c
4 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,3 @@
node_modules/*
build/*
build/*
playground/

View file

@ -6,7 +6,7 @@
"scripts": {
"build": "npm run clean && webpack --progress --colors --bail",
"clean": "rimraf ./build && mkdirp build",
"deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"Build for $(git log --pretty=format:%H -n1)\"",
"deploy": "touch playground/.nojekyll && gh-pages -t -d playground -m \"Build for $(git log --pretty=format:%H -n1)\"",
"lint": "eslint . --ext .js,.jsx",
"start": "webpack-dev-server",
"test": "npm run lint && npm run build",

View file

@ -1,3 +1,3 @@
import PaintEditorComponent from './components/paint-editor.jsx';
export {PaintEditorComponent as default};
export {PaintEditorComponent as default};