Skip to content

Commit

Permalink
Removed transpile for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
roman.vasilev committed May 26, 2018
1 parent 9fc5a99 commit baf5936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint:fix": "eslint src --ext \"ts\" --fix",
"eslint:w": "chokidar \"src/**/*.ts\" --initial -c \"npm run eslint\"",
"lint:w": "concurrently -- \"npm run tsclint:w\" \"npm run eslint:w\"",
"semantic-release": "node -r ts-node/register/transpile-only node_modules/semantic-release/bin/semantic-release.js",
"semantic-release": "semantic-release",
"prepublishOnly": "npm run build",
"build": "tsc",
"prebuild": "npm run clean",
Expand Down

0 comments on commit baf5936

Please sign in to comment.