Skip to content

Commit 8fdb60e

Browse files
committed
chmod
1 parent 13be72e commit 8fdb60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev:build": "npm run build && nodemon dist/app.js",
1111
"dev": "nodemon src/app.js",
1212
"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",
13+
"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",
1414
"release": "npm run build && commit-and-tag-version && git push --follow-tags origin main && npm publish"
1515
},
1616
"repository": {

0 commit comments

Comments
 (0)