Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Updated yarn command 'publish' into 'build:publish'
  • Loading branch information
alexis-opolka committed May 22, 2024
1 parent 68f1f65 commit 620c907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"build:publish": "yarn lint && lingui:compile && build",
"start": "next start",
"lint": "next lint",
"sass:watch": "sass --watch src/sass:public/stylesheets",
"lingui:extract": "lingui extract",
"lingui:compile": "lingui compile",
"publish": "lint && lingui:compile && build"
"lingui:compile": "lingui compile"
},
"dependencies": {
"@apollo/client": "^3.8.1",
Expand Down

0 comments on commit 620c907

Please sign in to comment.