Skip to content

Commit

Permalink
fix: missing release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Mar 12, 2023
1 parent c090536 commit 63b070e
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 @@ -39,10 +39,10 @@
"example:build": "./scripts/example.sh build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"test": "nuxi prepare examples/basic && nuxi prepare examples/multi-client && vitest run",
"lint": "eslint --ext .js,.ts,.vue .",
"lint:fix": "eslint --fix --ext .js,.ts,.vue .",
"prepare": "nuxt-module-build --stub && nuxi prepare playground"
"lint:fix": "eslint --fix --ext .js,.ts,.vue ."
},
"dependencies": {
"@graphql-codegen/cli": "^3.2.1",
Expand Down

0 comments on commit 63b070e

Please sign in to comment.