-
- Downloads
A.4. scripts de build
... | @@ -4,7 +4,9 @@ | ... | @@ -4,7 +4,9 @@ |
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "babel js -d build", | |||
"watch": "babel js -d build --verbose --watch --source-maps" | |||
}, | }, | ||
"author": "thomas.fritsch@univ-lille.fr", | "author": "thomas.fritsch@univ-lille.fr", | ||
"license": "ISC", | "license": "ISC", | ||
... | ... |
Please register or sign in to comment