We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7946285 + 5435547 commit ec7dff0Copy full SHA for ec7dff0
package.json
@@ -7,11 +7,11 @@
7
"_ur_addons/"
8
],
9
"scripts": {
10
- "dev": ". @build-ursys.sh && brunch w -s",
+ "dev": ". ./@build-ursys.sh && brunch w -s",
11
"lint": "npm exec --workspaces -- npm run lint && eslint app/",
12
"dev:inspect": "node --inspect brunch-server.js",
13
"classroom": "brunch build -e classroom",
14
- "package": "brunch build -e package",
+ "package": ". ./@build-ursys.sh && brunch build -e package",
15
"package:debug": "brunch watch -e package_debug -s",
16
"clean": "rm -rf ./public ./node_modules && npm exec --workspaces -- npm run clean",
17
"debug": "LOGGY_STACKS=true BRUNCH_DEVTOOLS=true ./brunch-debug watch --server",
0 commit comments