We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13be72e commit 8fdb60eCopy full SHA for 8fdb60e
package.json
@@ -10,7 +10,7 @@
10
"dev:build": "npm run build && nodemon dist/app.js",
11
"dev": "nodemon src/app.js",
12
"start": "open http://localhost:8080 && npm run dev HAXCMS_DISABLE_JWT_CHECKS",
13
- "build": "rm -rf dist && babel src --out-dir dist --copy-files --include-dotfiles && chmod 774 dist/app.js && chmod 774 dist/cli.js",
+ "build": "rm -rf dist && babel src --out-dir dist --copy-files --include-dotfiles && chmod 774 dist/local.js && chmod 774 dist/app.js && chmod 774 dist/cli.js",
14
"release": "npm run build && commit-and-tag-version && git push --follow-tags origin main && npm publish"
15
},
16
"repository": {
0 commit comments