We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b4022 commit 05f26bbCopy full SHA for 05f26bb
jscomp/gentype_tests/typescript-res-bundler/Makefile
@@ -0,0 +1,14 @@
1
+SHELL = /bin/bash
2
+
3
+node_modules/.bin/tsc:
4
+ npm install
5
6
+test: node_modules/.bin/tsc
7
+ npm run build
8
9
+clean:
10
+ rm -rf node_modules lib src/*.bs.js src/*.gen.tsx
11
12
+.DEFAULT_GOAL := test
13
14
+.PHONY: clean test
jscomp/gentype_tests/typescript-res-node16/Makefile
0 commit comments