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 4eb0c9a commit 352b462Copy full SHA for 352b462
.changeset/swift-peaches-shine.md
@@ -0,0 +1,5 @@
1
+---
2
+"@milesight/responsive-style": patch
3
4
+
5
+Add pre publish script
packages/style/package.json
@@ -34,7 +34,8 @@
34
"dev": "sass --watch scss:dist",
35
"build": "sass scss:dist && sass -s compressed scss/index.scss dist/index.min.css",
36
"lint": "eslint ./scss/* ",
37
- "lint:fix": "eslint --fix ./scss/*"
+ "lint:fix": "eslint --fix ./scss/*",
38
+ "prepublish": "pnpm run build"
39
},
40
"devDependencies": {
41
"@antfu/eslint-config": "^4.10.1",
0 commit comments