Skip to content

Commit

Permalink
fix: fix script (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush authored Nov 8, 2021
1 parent f6912fe commit 367f057
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/vue3-infinitegrid/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/vue3-infinitegrid/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@egjs/vue3-infinitegrid",
"version": "4.1.1",
"version": "4.1.2",
"description": "A Vue3 component that can arrange items infinitely according to the type of grids",
"sideEffects": false,
"types": "declaration/index.d.ts",
"module": "dist/infinitegrid.esm.js",
"main": "dist/infinitegrid.cjs.js",
"scripts": {
"postinstall": "node ./config/convert.js",
"storybook": "start-storybook -p 6012",
"build": "rm -rf dist && npm run postinstall && rollup -c && npm run declaration && print-sizes ./dist",
"convert": "node ./config/convert.js",
"storybook": "npm run convert && start-storybook -p 6012",
"build": "rm -rf dist && npm run convert && rollup -c && npm run declaration && print-sizes ./dist",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
"build-storybook": "build-storybook"
},
Expand Down

0 comments on commit 367f057

Please sign in to comment.