Skip to content
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

[feat]: New Shortcuts #1044

Merged
merged 14 commits into from
May 5, 2020
Merged
84 changes: 46 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "npm run server",
"dev": "npm run watch",
"watch": "run-p watch:*",
"watch:webpack": "npm run build:webpack -- --watch",
"tempwatch:webpack": "npm run build:webpack -- --watch && npm run start",
"watch:css": "nodemon --watch src -e scss -x \"node-sass --output-style nested --source-map true --include-path src/scss src/scss/style.scss public/assets/css/bundle.css\"",
"watch:server": "nodemon --watch server/ --exec npm run server",
"watch:server": "nodemon --watch src/ --exec npm run tempwatch:webpack",
"test": "npm-run-all test:*",
"test:lint": "run-p test:lint:*",
"test:lint:css": "stylelint \"src/scss/*.scss\" --syntax scss",
Expand Down Expand Up @@ -108,6 +108,7 @@
"marinate": "^0.1.5",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-hotkeys": "^2.0.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.2.2",
"redux": "^4.0.1",
Expand All @@ -123,4 +124,4 @@
"pre-push": "npm run pre-push-message && npm run test"
}
}
}
}
Loading