Skip to content

Commit ec7dff0

Browse files
authored
Merge pull request #242 from netcreateorg/hotfix-for-234b
hotfix-for-234b: Digital Ocean NPM Script Fixes
2 parents 7946285 + 5435547 commit ec7dff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"_ur_addons/"
88
],
99
"scripts": {
10-
"dev": ". @build-ursys.sh && brunch w -s",
10+
"dev": ". ./@build-ursys.sh && brunch w -s",
1111
"lint": "npm exec --workspaces -- npm run lint && eslint app/",
1212
"dev:inspect": "node --inspect brunch-server.js",
1313
"classroom": "brunch build -e classroom",
14-
"package": "brunch build -e package",
14+
"package": ". ./@build-ursys.sh && brunch build -e package",
1515
"package:debug": "brunch watch -e package_debug -s",
1616
"clean": "rm -rf ./public ./node_modules && npm exec --workspaces -- npm run clean",
1717
"debug": "LOGGY_STACKS=true BRUNCH_DEVTOOLS=true ./brunch-debug watch --server",

0 commit comments

Comments
 (0)