Skip to content

Commit

Permalink
Release build 7.2.1 [ci release]
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane authored and github-actions[bot] committed Nov 19, 2024
1 parent 757bbba commit 49db798
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ __diff_output__
/test-results/
/playwright-report/
/playwright/.cache/
build/app/html/iframe.html
build/app/html/states.json
build/app/public/font
build/app-debug
build/docs/
build/
/.build
.swiftpm/xcode/xcuserdata
build/app_backup
bslive.yml
Expand Down
5 changes: 2 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- windows interop messaging (#228)
- prettier
- add netlify file
- test (#239)
- fix: `files` in package.json
1 change: 1 addition & 0 deletions build/app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.npmignore
1 change: 1 addition & 0 deletions build/app/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*
1 change: 1 addition & 0 deletions build/app/font/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*
2 changes: 2 additions & 0 deletions build/app/html/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*
!.npmignore

1 change: 1 addition & 0 deletions build/app/html/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*
2 changes: 2 additions & 0 deletions build/app/img/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*
!.npmignore

1 change: 1 addition & 0 deletions build/app/img/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*
1 change: 1 addition & 0 deletions build/app/public/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.npmignore
1 change: 1 addition & 0 deletions build/app/public/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"node": ">=22.0.0",
"npm": ">=9.0.0"
},
"files": [
"build"
],
"scripts": {
"start": "npm run dev",
"dev": "chokidar \"v2\" \"shared\" 'debugger' \"schema/*.json\" -c \"npm run build.debug\" --initial \"npm run build.debug\"",
Expand Down

0 comments on commit 49db798

Please sign in to comment.