Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dipaksarkar committed Apr 7, 2023
1 parent e5976b7 commit 1fbe7b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "rollup --c rollup.config.js && rimraf dist/src",
"docs:build": "vuepress build docs",
"docs:dev": "vuepress dev docs",
"docs:build": "cd demo && yarn && yarn serve",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint 'src/**/*.{js,vue}'",
Expand Down

0 comments on commit 1fbe7b3

Please sign in to comment.