Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhaim1 committed May 28, 2024
1 parent 3a739c6 commit 8a651ab
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 @@ -43,8 +43,8 @@
"package.json"
],
"scripts": {
"build-docs": "cd docs && bundle install && bundle exec jekyll build",
"build": "npx webpack --mode production && cp -R dist/ docs/assets/js",
"build-docs": "cd docs && bundle install && bundle exec jekyll build",
"release": "npm version patch && npm run build && git add -A && git commit -m 'Release: v$(node -p \"require('./package.json').version\")' && git push && npm publish",
"release-major": "npm version major && npm run build && git add -A && git commit -m 'Major Release: v$(node -p \"require('./package.json').version\")' && git push && npm publish",
"release-minor": "npm version minor && npm run build && git add -A && git commit -m 'Minor Release: v$(node -p \"require('./package.json').version\")' && git push && npm publish",
Expand Down

0 comments on commit 8a651ab

Please sign in to comment.