Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thestephenmarshall committed Jul 11, 2024
1 parent af94684 commit 395572a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
website: cd playbook-website && ./bin/rails server -p 3000
website-watcher: cd playbook-website && bin/vite dev
library-watcher: cd playbook && bin/vite dev
library-watcher: cd playbook && yarn watch
3 changes: 2 additions & 1 deletion playbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"test-watch": "jest --watch",
"test-coverage": "jest --collectCoverage",
"test-coverage-summary": "jest --collectCoverage --coverageReporters=\"json-summary\"",
"release": "bin/vite build"
"release": "rm -rf dist; npx vite build",
"watch": "rm -rf dist; npx vite build --watch"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 395572a

Please sign in to comment.