Skip to content

Commit

Permalink
Add missing Goban.styl
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Jul 3, 2024
1 parent d7dca2b commit f4f7731
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ all dev:
yarn run dev

build: build-debug build-production
cp src/Goban.styl build/Goban.styl

build-debug:
yarn run build-debug
Expand Down Expand Up @@ -38,6 +39,9 @@ beta: beta_npm upload_to_cdn

beta_npm: build publish-beta

pack: build
yarn pack

publish-beta: build
sed -i'.tmp' "s/\"version\": .*/\"version\": \"$(GIT_VERSION)-beta\",/" package.json
sed -i'.tmp' "s/\"version\": .*/\"version\": \"$(GIT_VERSION)-beta\",/" engine/package.json
Expand Down
2 changes: 1 addition & 1 deletion engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goban-engine",
"version": "8.3.12",
"version": "8.3.13",
"description": "",
"main": "build/goban-engine.js",
"types": "build/engine/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goban",
"version": "8.3.12",
"version": "8.3.13",
"description": "",
"main": "build/goban.js",
"types": "build/src/index.d.ts",
Expand Down

0 comments on commit f4f7731

Please sign in to comment.