Skip to content

Commit

Permalink
temp build
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Sep 22, 2021
1 parent b89c00e commit 87b1987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:plugin-vue2": "cd packages/plugin-vue2 && npm run test",
"test:plugin-vue3": "cd packages/plugin-vue3 && npm run test",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"release": "npm run test && npm run build && lerna publish",
"release": "lerna publish",
"deploy:docs": "npm run build:favicon && lerna run build:docs && firebase deploy --only hosting && git add -A && git commit -m \"chore: deploy\"",
"dep:i": "yarn",
"dep:update-all": "ncu --target minor -u && lerna exec 'ncu --target minor -u' && npm run dep:i",
Expand Down

0 comments on commit 87b1987

Please sign in to comment.