Skip to content

Commit

Permalink
fix(a): removed old publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Marks committed Jan 1, 2019
1 parent 24e0a7e commit 008c045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devrec/ng-timer-build",
"version": "0.0.18",
"version": "0.0.0-semantically-released",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -9,7 +9,6 @@
"lint": "ng lint",
"e2e": "ng e2e",
"review": "run-s lint test e2e",
"publish": "yarn version --patch --no-git-tag-version && yarn --cwd projects/ng-timer version --patch",
"build:ng-timer": "run-s \"utilities uv\" \"build ng-timer --prod\" \"utilities ca\"",
"build:ng-timer-docs": "run-s \"build ng-timer-docs --prod\"",
"update-version": "ts-node --project tsconfig.json --files tools/update-version.ts",
Expand Down
6 changes: 1 addition & 5 deletions projects/ng-timer/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "@devrec/ng-timer",
"description": "Angular timer using rxjs",
"version": "0.0.18",
"scripts": {
"preversion": "yarn --cwd ../.. run review",
"postversion": "yarn --cwd ../.. run build:ng-timer && git push --tags && yarn publish ../../dist/ng-timer --access public --tag latest --non-interactive && git push && echo \"Successfully released version %npm_package_version%!\""
},
"version": "0.0.0-semantically-released",
"repository": {
"type": "git",
"url": "https://github.com/nspire909/ng-timer.git"
Expand Down

0 comments on commit 008c045

Please sign in to comment.