Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Fix: include build artifacts when publishing (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelidlessness authored Feb 8, 2023
1 parent a5dd16c commit c169877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"benchmarks": "vite-node ./test/benchmarks.ts",
"build": "vite build && npm run tsc",
"prepare": "npm run build",
"prepublishOnly": "sed -i '' -e 's/dist/_dist/' .gitignore",
"start": "vite",
"eslint-check": "eslint app.ts src/**/*.ts vite.config.ts test/**/*.ts",
"eslint-fix": "eslint app.ts src/**/*.ts vite.config.ts test/**/*.ts --fix",
Expand Down

0 comments on commit c169877

Please sign in to comment.