Skip to content

Commit

Permalink
build(webpack): sw-1781 switch to custom preloader (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Jan 16, 2024
1 parent 0aeae49 commit c67c49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"start": "run-p -l api:dev start:standalone",
"start:js-proxy": "export NODE_ENV=development; fec dev",
"start:proxy": "run-s -l api:proxy-hosts start:js-proxy",
"start:standalone": "export NODE_ENV=development; weldable -x config/webpack.dev.config.js",
"start:standalone": "export NODE_ENV=development; weldable -l none -x config/webpack.dev.config.js",
"test": "export NODE_ENV=test; run-s test:spell* test:lint test:ci",
"test:ci": "export CI=true; jest ./src --coverage",
"test:ci-ephemeral": "export CI=true; TZ=UTC jest ./src --coverage --no-cache",
Expand Down

0 comments on commit c67c49c

Please sign in to comment.