From 8ab181dbadbb698a13d4e76426fe05b1cb6b9170 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Wed, 6 Mar 2019 14:13:54 +0000 Subject: [PATCH] chore: not remove .nuxtignore in build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56aa117966..a0b4a6602a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "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*", + "clean:test": "rimraf test/fixtures/*/dist test/fixtures/*/.nuxt*/", "dev": "node -r esm ./scripts/dev.js", "coverage": "codecov", "lint": "eslint --ext .js,.mjs,.vue .",