Skip to content

Commit

Permalink
https://github.com/haxtheweb/issues/issues/2170
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Oct 16, 2024
1 parent 6543a79 commit 27664de
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 @@ -22,7 +22,8 @@
"build": "rm -rf dist && babel src --out-dir dist --copy-files --include-dotfiles && chmod 774 dist/create.js",
"start": "npm run build && node ./dist/create.js && chmod 774 dist/create.js",
"release": "npm run build && commit-and-tag-version && git push --follow-tags origin main && npm publish",
"haxcms-nodejs-cli": "./node_modules/.bin/haxcms-nodejs-cli"
"haxcms-nodejs-cli": "./node_modules/.bin/haxcms-nodejs-cli",
"hax": "hax"
},
"bin": {
"create-haxtheweb": "./dist/create.js",
Expand Down

0 comments on commit 27664de

Please sign in to comment.