Skip to content

Commit

Permalink
updated build references
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jonathan committed Jun 29, 2024
1 parent 8cf12d5 commit 160c3ac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 54 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/dev-pull-request.yml

This file was deleted.

File renamed without changes.
26 changes: 0 additions & 26 deletions .github/workflows/release-pull-request.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
],
"scripts": {
"lint": "eslint --fix --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"build": "run-s build:lib",
"build:lib": "vite build --config vite.config.ts --mode ${VITE_MODE:-production}",
"release": "run-s release:lib",
"release:lib": "vite build --config vite.config.ts --mode ${VITE_MODE:-production}",
"develop": "run-s develop:lib",
"develop:lib": "vite build --config vite.config.ts --mode ${VITE_MODE:-development}",
"watch": "run-p watch:lib",
Expand Down

0 comments on commit 160c3ac

Please sign in to comment.