File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 28
28
"customizations" : {
29
29
"vscode" : {
30
30
"extensions" : [
31
- " ryanluker.vscode-coverage-gutters"
31
+ " ryanluker.vscode-coverage-gutters" ,
32
+ " Vue.volar"
32
33
]
33
34
}
34
35
}
Original file line number Diff line number Diff line change 1
- .PHONY : build build-cjs debug watch test test-local test-node test-js test-scripts clean switch coverage fmt example-programs example copy-programs dependencies web build-web stats fmt python-dependencies ax generate docs watch-programs watch-debug watch-tests precommit clean-programs
1
+ .PHONY : build build-cjs debug watch test test-local test-node test-js test-scripts clean switch coverage fmt example-programs example copy-programs dependencies web build-web stats fmt python-dependencies ax generate docs watch-programs watch-debug watch-tests precommit clean-programs node-dependencies
2
2
3
3
MOLD_INSTALLED := $(shell which mold 2> /dev/null)
4
4
ifneq ($(MOLD_INSTALLED ) ,)
@@ -140,12 +140,16 @@ watch-programs:
140
140
# #####################
141
141
# ## Utilities
142
142
# #####################
143
- dependencies : python-dependencies
143
+ dependencies : python-dependencies node-dependencies
144
144
cargo install cargo-tarpaulin cargo-watch python-launcher
145
145
146
146
python-dependencies :
147
147
$(PY ) -m pip install pyperclip tqdm
148
148
149
+ node-dependencies :
150
+ npm install -g eslint
151
+
152
+
149
153
clean :
150
154
rm -rf $(RM_TARGETS )
151
155
cd examples/programs && $(MAKE ) clean
You can’t perform that action at this time.
0 commit comments