Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
fix: Postpublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian committed Jun 24, 2019
1 parent d36cf9a commit c214ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
"lint:ts": "tslint --project tsconfig.json",
"flatten": "yarn start -o flattened",
"prettier": "prettier \"*.{json,md}\"",
"postpublish": "node dist/cli-copy.js version",
"postpublish": "node ../dist/cli-copy.js version",
"release": "semantic-release",
"start": "ts-node src/cli.ts",
"test": "exit 0"
},
"version": "1.2.2"
"version": "1.2.3"
}

0 comments on commit c214ff1

Please sign in to comment.