Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed May 18, 2021
1 parent 6096a33 commit b85294c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"build": "tsup src/index.ts --dts --format cjs,esm",
"prepublishOnly": "npm run build",
"release": "npx git-ensure -a && npx bumpp --commit --tag --push",
"example:dev": "npm -C examples/spa run dev",
"example:build": "npm -C examples/spa run build",
"example:serve": "npm -C examples/spa run serve",
"example:dev": "npm -C examples/vue run dev",
"example:build": "npm -C examples/vue run build",
"example:serve": "npm -C examples/vue run serve",
"test": "jest",
"lint": "eslint --fix --ext .js,.ts,.vue ./"
},
Expand Down

0 comments on commit b85294c

Please sign in to comment.