Skip to content

Commit

Permalink
Add a quick way to remove build artifacts
Browse files Browse the repository at this point in the history
Refs #2017
  • Loading branch information
thewilkybarkid committed Oct 24, 2024
1 parent 5c03ef2 commit 144f7d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
.PHONY: check start start-app start-services format lint-css lint-ts typecheck test test-fast test-integration update-snapshots test-integration-image
.PHONY: check clean start start-app start-services format lint-css lint-ts typecheck test test-fast test-integration update-snapshots test-integration-image

INTEGRATION_TEST_IMAGE_TAG=prereview.org-integration-tests

.env:
cp .env.dist .env

clean:
rm -rf .cache dist integration-results node_modules assets/locales src/locales src/manifest.json .dev/server.crt .dev/server.key

node_modules: package.json package-lock.json
npm install --ignore-scripts
touch node_modules
Expand Down

0 comments on commit 144f7d4

Please sign in to comment.