@jk-core/components 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jk-core/components",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT",
@@ -36,8 +36,7 @@
36
36
  "sass": "^1.79.4"
37
37
  },
38
38
  "scripts": {
39
- "prepack": "yarn build",
40
- "publish": "npm publish --access public",
39
+ "publish": "yarn build && npm publish --access public",
41
40
  "build": "yarn clean && vite build",
42
41
  "clean": "rm -rf dist",
43
42
  "lint": "yarn lint:eslint && yarn lint:stylelint",