chore: added docker
Showing
docker-compose.yml
0 → 100644
docker/DockerFile
0 → 100644
... | ... | @@ -24,13 +24,15 @@ |
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom", | ||
"test:watch": "react-scripts test --env=jsdom", | ||
"predeploy": "cd example && npm install && npm run build", | ||
"deploy": "gh-pages -d example/build" | ||
"deploy": "gh-pages -d example/build", | ||
"start:both": "concurrently \"npm start\" \"cd example && npm start\"" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.2" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^10.0.3", | ||
"concurrently": "^8.2.1", | ||
"cross-env": "^7.0.2", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
... | ... |
Please
register
or
sign in
to comment