We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fddb35 commit 70eaf25Copy full SHA for 70eaf25
5 files changed
Justfile
@@ -1,2 +1,8 @@
1
build-adder:
2
cd components/adder && cargo component build
3
+
4
+init-subtractor:
5
+ cd components/subtractor && npm install
6
7
+build-subtractor:
8
+ cd components/subtractor && npm run build:component
0 commit comments