Skip to content

Optimize build #551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
prepare version update
Signed-off-by: shmck <[email protected]>
ShMcK committed Nov 28, 2021
commit 4680e5ff11a5a89c4f1d47ed43cf4e66918a3b32
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coderoad",
"version": "0.17.0",
"version": "0.17.1",
"description": "Play interactive coding tutorials in your editor",
"keywords": [
"tutorial",
2 changes: 1 addition & 1 deletion web-app/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SKIP_PREFLIGHT_CHECK=true
VERSION=0.17.0
VERSION=0.17.1
NODE_ENV=local
REACT_APP_DEBUG=false
REACT_APP_LOG=false
2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coderoad-app",
"version": "0.17.0",
"version": "0.17.1",
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",