fix: build error

This commit is contained in:
Robert Soriano
2022-05-20 00:47:21 -07:00
parent a3dadb9e50
commit dc86c0252e
4 changed files with 46 additions and 36 deletions

View File

@@ -25,6 +25,7 @@
"prepublishOnly": "nr build",
"build": "nuxt-module-build",
"play": "nr build && nuxi dev playground",
"build:playground": "nuxi build playground",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp --commit --push --tag && pnpm publish",