We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b743aad commit 83e3c3eCopy full SHA for 83e3c3e
package.json
@@ -13,8 +13,8 @@
13
"lint": "eslint --ignore-path .gitignore --fix \"**/*.js\"",
14
"test": "cross-env NODE_ENV=test DEBUG=nuxt:netlify-cms jest --runInBand --forceExit",
15
"pretest": "yarn lint -s",
16
- "build": "babel --ignore /__tests__/ -d ./dist ./src",
17
- "watch": "babel -w --ignore /__tests__/ -d ./dist ./src",
+ "build": "babel --ignore /__tests__/,/__mocks__/ -d ./dist ./src",
+ "watch": "babel -w --ignore /__tests__/,/__mocks__/ -d ./dist ./src",
18
"release": "standard-version; git push --follow-tags",
19
"prepare": "yarn build -s"
20
},
0 commit comments