1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 09:04:13 +02:00

add package.json build script

This commit is contained in:
Bryan Choo 2020-07-02 14:29:44 +08:00
commit cecef2f9c3

View file

@ -23,5 +23,8 @@
"tsconfig": "^7.0.0", "tsconfig": "^7.0.0",
"tslint": "^5.12.1", "tslint": "^5.12.1",
"typescript": "^3.3.3" "typescript": "^3.3.3"
},
"scripts": {
"build": "make"
} }
} }