Skip to content

Commit 83e3c3e

Browse files
committed
chore(build): remove mocks from babel build
1 parent b743aad commit 83e3c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"lint": "eslint --ignore-path .gitignore --fix \"**/*.js\"",
1414
"test": "cross-env NODE_ENV=test DEBUG=nuxt:netlify-cms jest --runInBand --forceExit",
1515
"pretest": "yarn lint -s",
16-
"build": "babel --ignore /__tests__/ -d ./dist ./src",
17-
"watch": "babel -w --ignore /__tests__/ -d ./dist ./src",
16+
"build": "babel --ignore /__tests__/,/__mocks__/ -d ./dist ./src",
17+
"watch": "babel -w --ignore /__tests__/,/__mocks__/ -d ./dist ./src",
1818
"release": "standard-version; git push --follow-tags",
1919
"prepare": "yarn build -s"
2020
},

0 commit comments

Comments
 (0)