Skip to content

Commit b9648ee

Browse files
committed
fix: workflow actions
1 parent aec6077 commit b9648ee

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ wasm-pack.log
66
node_modules/
77
target
88
.DS_Store
9+
dist

.releaserc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
"@semantic-release/commit-analyzer",
77
"@semantic-release/release-notes-generator",
88
"@semantic-release/changelog",
9-
[
10-
"@semantic-release/npm",
11-
{
12-
"pkgRoot": "hoddor/pkg"
13-
}
14-
],
9+
"@semantic-release/npm",
1510
"@semantic-release/git",
1611
"@semantic-release/github"
1712
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"access": "public"
1313
},
1414
"scripts": {
15-
"build": "wasm-pack build hoddor --target web --release --out-dir hoddor/pkg"
15+
"build": "wasm-pack build hoddor --target web --release --out-dir ../dist"
1616
},
1717
"devDependencies": {
1818
"@semantic-release/changelog": "6.0.3",

0 commit comments

Comments
 (0)