Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
green1052 committed Sep 8, 2021
1 parent 5978ab0 commit 981a6d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
node-version: 16

- name: Install
run: yarn

- name: Build
run: yarn run build

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": "betternovelpia",
"version": "4.2.4",
"version": "4.2.5",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
Expand Down

0 comments on commit 981a6d3

Please sign in to comment.