Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
karelklima authored Oct 6, 2021
1 parent 44a6e5d commit f5ca230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "npm -w @ldkit/app start",
"build": "npm -w @ldkit/app run build",
"build:lib": "npm -w @ldkit/rdf -w @ldkit/sparql -w @ldkit/engine -w @ldkit/namespaces -w @ldkit/schema -w @ldkit/resource -w @ldkit/core run build",
"publish:lib": "npm publish -w @ldkit/rdf -w @ldkit/sparql -w @ldkit/engine -w @ldkit/namespaces -w @ldkit/schema -w @ldkit/resource -w @ldkit/core",
"publish:lib": "npm publish -w @ldkit/rdf -w @ldkit/sparql -w @ldkit/engine -w @ldkit/namespaces -w @ldkit/schema -w @ldkit/resource -w @ldkit/core --access public",
"test": "npm -w @ldkit/tests test",
"rimraf-node-modules": "rimraf node_modules"
},
Expand Down

0 comments on commit f5ca230

Please sign in to comment.