mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
add seperate build with es6 modules
This commit is contained in:
parent
417006e089
commit
42fdddb4b0
4 changed files with 34 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -13,6 +13,7 @@ watch: node_modules
|
|||
.PHONY: build
|
||||
build: node_modules
|
||||
node $(tsc)
|
||||
node $(tsc) -p tsconfig.es6.json
|
||||
|
||||
.PHONY: test
|
||||
test: node_modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue