Skip to content

Commit

Permalink
fix: vueberschrift version & turbo task
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzjacobs committed Apr 23, 2024
1 parent bc2366d commit 05fe4ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vueberschrift",
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"test": {
"dependsOn": ["^test", "^build"]
},
"release": {
"dependsOn": ["^test", "^build"]
},
"dev": {
"cache": false,
"persistent": true
Expand Down

0 comments on commit 05fe4ce

Please sign in to comment.