mirror of
https://github.com/Instadapp/vue-web3.git
synced 2024-07-29 21:48:25 +00:00
wip
This commit is contained in:
parent
fc00be181c
commit
f4ed18d54c
|
@ -30,14 +30,15 @@
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublishOnly": "npm i && npm run build && cd nuxt && npm i && npm run prepack",
|
"prepublishOnly": "yarn install && yarn run build && cd nuxt && yarn install && yarn run prepack",
|
||||||
"build": "rollup -c rollup.config.js",
|
"build": "rollup -c rollup.config.js",
|
||||||
"dev": "rollup -w -c rollup.config.js",
|
"dev": "rollup -w -c rollup.config.js",
|
||||||
"lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
|
"lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
|
||||||
"lint:fix": "yarn run lint --write"
|
"lint:fix": "yarn run lint --write"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"nuxt/**/*",
|
"nuxt/package.json",
|
||||||
|
"nuxt/dist/**/*",
|
||||||
"dist/**/*",
|
"dist/**/*",
|
||||||
"index.js",
|
"index.js",
|
||||||
"index.cjs",
|
"index.cjs",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user