Skip to content

Commit

Permalink
chore(scripts): add prebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
xanf authored and cexbrayat committed Oct 14, 2022
1 parent 07cf175 commit b5484d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -76,6 +76,7 @@
"test:build": "vitest --mode test-build",
"tsd": "tsc -p test-dts/tsconfig.tsd.json",
"build": "rollup -c rollup.config.js",
"prepare": "rollup -c rollup.config.js",
"lint": "eslint --ext .ts src/ tests/",
"lint:fix": "pnpm run lint --fix",
"docs:dev": "vitepress dev docs",
Expand Down

0 comments on commit b5484d2

Please sign in to comment.