Skip to content

Commit

Permalink
Add publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 3, 2024
1 parent 292b6f1 commit 3966050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"start": "npm run update && node dev/dev.js",
"update": "chmod +x dev/script.sh && ./dev/script.sh",
"server": "node dev/server.js",
"build": "webpack"
"build": "webpack",
"publish": "npm run build && npm publish"
},
"dependencies": {
"@comunica/query-sparql-rdfjs": "^2.10.2",
Expand Down

0 comments on commit 3966050

Please sign in to comment.