Skip to content

Commit

Permalink
Add auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
damassi committed Jan 4, 2019
1 parent ffc24d4 commit 4806ce1
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 5 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -10,19 +10,20 @@
"scripts": {
"clean": "rm -rf dist",
"compile": "babel src --out-dir dist -s --source-map --extensions '.ts,.tsx' --ignore src/**/__tests__",
"example": "babel-node --extensions '.js,.jsx,.ts,.tsx' example/server.tsx",
"lint": "tslint -c tslint.json --project tsconfig.json",
"precommit": "lint-staged",
"prepush": "yarn run type-check",
"prepublishOnly": "yarn clean && yarn compile && yarn type-declarations",
"prettier": "prettier",
"prettier-project": "yarn prettier-write 'src/**/*.{ts,tsx}'",
"prettier-write": "yarn prettier --write",
"release": "auto shipit",
"semantic-release": "semantic-release",
"test": "yarn type-check && yarn lint && yarn jest",
"type-check": "tsc --emitDeclarationOnly --pretty",
"type-declarations": "tsc --emitDeclarationOnly",
"watch": "concurrently --raw --kill-others 'yarn compile -w' 'tsc --emitDeclarationOnly -w'",
"example": "babel-node --extensions '.js,.jsx,.ts,.tsx' example/server.tsx"
"watch": "concurrently --raw --kill-others 'yarn compile -w' 'tsc --emitDeclarationOnly -w'"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,6 +58,7 @@
"@types/react-dom": "^16.0.9",
"@types/react-test-renderer": "^16.0.3",
"@types/webpack-dev-server": "^3.1.1",
"auto-release-cli": "^0.37.9",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"babel-loader": "^8.0.4",
Expand Down

0 comments on commit 4806ce1

Please sign in to comment.