Skip to content

Commit

Permalink
fix: Refactor targets, some cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
vantreeseba committed Jun 8, 2021
1 parent bb97b45 commit 6b39dde
Show file tree
Hide file tree
Showing 10 changed files with 184 additions and 1,416 deletions.
34 changes: 5 additions & 29 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
{
"branches": [
"master"
],
"branches": ["master"],
"tagFormat": "${version}",
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"BREAKING"
]
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
}
}
],
Expand All @@ -22,17 +16,10 @@
{
"preset": "angular",
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"BREAKING"
]
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
},
"writerOpts": {
"commitsSort": [
"subject",
"scope"
]
"commitsSort": ["subject", "scope"]
}
}
],
Expand All @@ -45,18 +32,7 @@
"additionalFiles": []
}
],
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"dist/**/*.{js,css}",
"*.md",
"package.json",
"haxelib.json"
]
}
]
"@semantic-release/github"
],
"preset": "angular"
}
3 changes: 3 additions & 0 deletions .vim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"haxe.hxml": "test.hxml"
}
15 changes: 3 additions & 12 deletions build.hxml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
## JS
# DEFINES / MACROS
-D dce=full
-D js-es=6

-lib seedyrng

-cp src
--macro include('', true, null, ['src'])

# OUTPUT
-js dist/js/storygen.js
targets/js.hxml
--next
targets/cs.hxml
Loading

0 comments on commit 6b39dde

Please sign in to comment.