Skip to content

Commit

Permalink
fix: command name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrakt committed Nov 24, 2023
1 parent dfcafe8 commit 227d975
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Create tag if necessary
id: daily-version
- run: yarn
- run: yarn b
- run: yarn build
- name: Update manifest.json
run: |
npx dot-json@1 build/manifest.json version ${{ steps.daily-version.outputs.version }}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"pomodoro-timer"
],
"scripts": {
"d": "vite",
"b": "tsc && vite build",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"l": "eslint --fix './src/'",
"t": "jest",
"t:w": "jest --watch",
"lint": "eslint --fix './src/'",
"test": "jest",
"test:watch": "jest --watch",
"prepare": "husky install"
},
"dependencies": {
Expand Down

0 comments on commit 227d975

Please sign in to comment.