Skip to content
Snippets Groups Projects
Commit 8db8d877 authored by Harry Linrui XU's avatar Harry Linrui XU
Browse files

fix: Fix makefile separator parsing

parent 20703112
No related branches found
No related tags found
1 merge request!69fix: Fix makefile separator parsing
Pipeline #285336 passed with stages
in 8 minutes and 22 seconds
......@@ -22,11 +22,11 @@ unit:
npm run test:unit
format:
npm run format-test
npm run format-test
e2e:
npm run test:e2e
test:
make unit
make e2e
make format
make unit
make e2e
make format
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment