Skip to content

Commit

Permalink
update github workflow -build- from npm run build to npm run producti…
Browse files Browse the repository at this point in the history
…on. update package.json - lock. %test%build%tg_notify%
  • Loading branch information
VanyaMate committed Oct 19, 2024
1 parent aee35ce commit b2783a1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pushes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i
- run: npm run build
- run: npm run production

pw_tests:
if: contains(github.event.head_commit.message, '%pw_tests%')
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@vanyamate/react-infinity-virtual": "^0.1.3",
"@vanyamate/sec": "^0.1.1",
"@vanyamate/sec-react": "^0.0.4",
"ci": "^2.3.0",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
Expand Down

0 comments on commit b2783a1

Please sign in to comment.