We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ac8e7 commit 87cb30aCopy full SHA for 87cb30a
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"copy-assets": "echo '\u001b[34mℹ\u001b[0m Copying assets to distributed directory' && cp -R src/assets dist/assets && echo '\u001b[32m✓\u001b[0m Finished copying assets'",
15
"copy-styles": "echo '\u001b[34mℹ\u001b[0m Copying scss files to distributed directory' && cp -R src/styles dist/scss && echo '\u001b[32m✓\u001b[0m Finished copying styles'",
16
"lint": "stylelint '**/*.scss' --max-warnings 0",
17
- "preversion": "yarn && yarn lint",
+ "preversion": "yarn && yarn lint && yarn build",
18
"postversion": "git push && git push --tags && npm publish",
19
"start": "yarn build && sass --watch src/styles/index.scss dist/css/index.css"
20
},
0 commit comments