mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(pkg): add clean command (#4176)
This commit is contained in:
parent
fd77b7e6d6
commit
3db27fe472
@ -6,6 +6,10 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node -r esm ./scripts/package",
|
"build": "node -r esm ./scripts/package",
|
||||||
|
"clean": "yarn clean:build && yarn clean:examples && yarn clean:test",
|
||||||
|
"clean:build": "rimraf distributions/*/dist packages/*/dist",
|
||||||
|
"clean:examples": "rimraf examples/*/dist examples/*/.nuxt",
|
||||||
|
"clean:test": "rimraf test/fixtures/*/dist test/fixtures/*/.nuxt*",
|
||||||
"dev": "yarn build --watch",
|
"dev": "yarn build --watch",
|
||||||
"coverage": "codecov",
|
"coverage": "codecov",
|
||||||
"lint": "eslint --ext .js,.mjs,.vue .",
|
"lint": "eslint --ext .js,.mjs,.vue .",
|
||||||
|
Loading…
Reference in New Issue
Block a user