1
0
Fork 0
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:
Robin Appelman 2017-02-18 23:59:11 +01:00
commit 42fdddb4b0
4 changed files with 34 additions and 1 deletions

View file

@ -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