Skip to content

Commit

Permalink
don't use dev config by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm committed Jan 2, 2024
1 parent 250c305 commit bb7cc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ elif [[ $PLATFORM = "test" ]]; then
./node_modules/webpack-cli/bin/cli.js --config webpack.dev.js
./node_modules/.bin/tsc --target ES2015 --esModuleInterop --moduleResolution nodenext --module commonjs scripts/test-runner.ts
else
./node_modules/webpack-cli/bin/cli.js --config webpack.dev.js
./node_modules/webpack-cli/bin/cli.js
fi
./node_modules/sass/sass.js sass:css
cp ./sass/DroidSansMono.woff2 ./sass/mocha.css ./css/
Expand Down

0 comments on commit bb7cc05

Please sign in to comment.