Skip to content

Commit

Permalink
No release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Mar 27, 2020
1 parent e0955c9 commit 601e5ce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"prepublishOnly": "npm run compile",
"prettier": "prettier --trailing-comma all --single-quote --write src/**/*.ts",
"prettier:check": "prettier --trailing-comma all --single-quote --check src/**/*.ts",
"prerelease": "npm test",
"release": "npm run releaseonly",
"releaseonly": "standard-version"
"prettier:check": "prettier --trailing-comma all --single-quote --check src/**/*.ts"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -98,7 +95,6 @@
"prettier": "2.0.2",
"rimraf": "3.0.2",
"source-map-support": "0.5.16",
"standard-version": "7.1.0",
"typescript": "3.8.3",
"zen-observable-ts": "0.8.20"
}
Expand Down

0 comments on commit 601e5ce

Please sign in to comment.