Skip to content

Commit

Permalink
remove use of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
antony committed Jul 19, 2023
1 parent 5739b21 commit c4ce0e3
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 @@ -13,8 +13,8 @@
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "nodemon examples/server.js",
"prepublishOnly": "yarn build",
"heroku-postbuild": "yarn build"
"prepublishOnly": "pnpm build",
"heroku-postbuild": "pnpm build"
},
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit c4ce0e3

Please sign in to comment.