mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-11-14 19:35:30 -05:00
Fix travis
This commit is contained in:
parent
80e7f1c0b3
commit
0daa70fc7c
4 changed files with 4 additions and 3 deletions
|
@ -1,2 +1,3 @@
|
|||
node_modules/*
|
||||
build/*
|
||||
build/*
|
||||
playground/
|
|
@ -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",
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
import PaintEditorComponent from './components/paint-editor.jsx';
|
||||
|
||||
export {PaintEditorComponent as default};
|
||||
export {PaintEditorComponent as default};
|
||||
|
|
Loading…
Reference in a new issue