Skip to content

Commit 884b170

Browse files
committed
artifacts
1 parent d0a2944 commit 884b170

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Makefile

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ test-gentype: build
2121

2222
test-all: test test-gentype
2323

24+
lib: build
25+
node scripts/install -force-lib-rebuild
26+
27+
artifacts: lib
28+
./scripts/makeArtifactList.js
29+
2430
clean-gentype:
2531
make -C jscomp/gentype_tests/typescript-react-example clean
2632

@@ -32,4 +38,4 @@ clean-all: clean clean-gentype
3238

3339
.DEFAULT_GOAL := build
3440

35-
.PHONY: clean clean-gentype clean-all config build test test-gentype test-all
41+
.PHONY: artifacts build clean clean-gentype clean-all config lib test test-all test-gentype

packages/artifacts.txt

-2
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,6 @@ linux/bsc.exe
946946
linux/ninja.exe
947947
linux/refmt.exe
948948
linux/rescript.exe
949-
ninja.COPYING
950949
package.json
951950
rescript
952951
scripts/LICENSE.ml
@@ -962,7 +961,6 @@ scripts/cover.sh
962961
scripts/curry_gen.ml
963962
scripts/dbg
964963
scripts/dedupe.js
965-
scripts/doc_gen.js
966964
scripts/install.js
967965
scripts/installUtils.js
968966
scripts/js_internal_gen.js

0 commit comments

Comments
 (0)