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.
-s
1 parent d5e1017 commit a383d0bCopy full SHA for a383d0b
package.json
@@ -12,11 +12,11 @@
12
"#</git hooks>": "handled by husky",
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",
+ "pretest": "yarn lint",
16
"build": "babel --ignore /__tests__/,/__mocks__/ -d ./dist ./src",
17
"watch": "babel -w --ignore /__tests__/,/__mocks__/ -d ./dist ./src",
18
"release": "standard-version; git push --follow-tags",
19
- "prepare": "yarn build -s"
+ "prepare": "yarn build"
20
},
21
"files": [
22
"lib",
0 commit comments