Skip to content

Commit 6e911fd

Browse files
authored
Merge pull request #17 from perryrh0dan/dev
Dev
2 parents c798622 + b8e814f commit 6e911fd

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

.releaserc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"@semantic-release/release-notes-generator",
77
["@semantic-release/npm", {
88
"pkgRoot": "dist"
9-
}],
10-
["@semantic-release/git", {
11-
"assets": ["package.json"]
129
}]
1310
]
1411
}

cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
import * as program from 'commander';
23

34
// START SNAPCRAFT IGNORE

package-lock.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"test": "npm run lint && npm run unit",
2020
"lint": "eslint ./src/**/*.ts",
2121
"unit": "jest --runInBand",
22-
"semantic-release": "semantic-release",
23-
"postpublish": "cp -r dist/package.json ."
22+
"semantic-release": "semantic-release"
2423
},
2524
"bin": {
2625
"tl": "cli.js"

0 commit comments

Comments
 (0)