https://davidtang.io/2019/10/17/deploying-react-to-surge.html
// https://github.com/sequelize/sequelize/issues/2640
import { isUnique } from '../utils/validation';
module.exports = (sequelize, Sequelize) => {
const TestCaseCategory = sequelize.define('test_case_categories', {
id: {
type: Sequelize.INTEGER,
primaryKey: true,
autoIncrement: true,
I hereby claim:
- I am hungdev on github.
- I am hungvu (https://keybase.io/hungvu) on keybase.
- I have a public key ASDPU-oTKh9hFKkw612hf_XwRtjls5XKdRpu1FZevxU0wwo
To claim this, I am signing this object:
{
"extends": "airbnb",
"parser": "babel-eslint",
"env": {
"node": true,
"es6": true,
"browser": true
},
"rules": {
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
https://medium.com/@anoopm6/how-to-uninstall-jenkins-from-mac-5a40b1e6bab6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo find /Users/cee/Desktop -name "node_modules" -exec rm -rf '{}' + |