Skip to content

Commit

Permalink
add postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Dec 5, 2023
1 parent 6167162 commit 75809e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"pm2": "cd demo-server && npm start",
"container:build": "docker build . -t yjs-demos",
"container:run": "docker run -p 3000:3000 --name yjs-demos yjs-demos",
"container:stop": "docker stop yjs-demos && docker remove yjs-demos"
"container:stop": "docker stop yjs-demos && docker remove yjs-demos",
"postinstall": "npm run dist:all"
},
"author": "Kevin Jahns <[email protected]",
"license": "UNLICENSE",
Expand Down

0 comments on commit 75809e1

Please sign in to comment.