File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ run_command() {
34
34
echo
35
35
}
36
36
37
- run_command " Installing dependencies..." " npm install -SD - -no-fund --no-audit"
37
+ run_command " Installing dependencies..." " npm install --no-fund --no-audit"
38
38
run_command " Performing linting..." " npx eslint src/lib"
39
- run_command " Building Aloha-Editor $BUILD_PROFILE ..." " npx r.js -o 'build/aloha/$BUILD_PROFILE .js'"
39
+ run_command " Building Aloha-Editor $BUILD_PROFILE ..." " ./node_modules/.bin/r_js -o 'build/aloha/$BUILD_PROFILE .js'"
40
40
41
41
run_command " Building Aloha-Editor $BUILD_PROFILE (full)..." " cat build/aloha/license-header.frag target/$BUILD_PROFILE /lib/require.js target/$BUILD_PROFILE /lib/vendor/jquery-3.7.0.js target/$BUILD_PROFILE /lib/aloha.js > target/$BUILD_PROFILE /lib/aloha-full.js"
42
42
run_command " Building Aloha-Editor $BUILD_PROFILE (full; minified)..." " npx uglifyjs target/$BUILD_PROFILE /lib/require.js target/$BUILD_PROFILE /lib/vendor/jquery-3.7.0.js target/$BUILD_PROFILE /lib/aloha.js --compress --mangle --source-map --output 'target/$BUILD_PROFILE /lib/aloha-full.min.js'"
You can’t perform that action at this time.
0 commit comments