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

Commit

Permalink
Fix: prepare script ensures build before release
Browse files Browse the repository at this point in the history
This has been validated locally in enketo-core and enketo-transformer using `npm link`.
  • Loading branch information
eyelidlessness committed Feb 7, 2023
1 parent 004d045 commit 03fbafa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"scripts": {
"benchmarks": "vite-node ./test/benchmarks.ts",
"build": "vite build && npm run tsc",
"prepare": "npm run build",
"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 03fbafa

Please sign in to comment.