Skip to content
Snippets Groups Projects
Commit 2bc13044 authored by Thomas Fritsch's avatar Thomas Fritsch
Browse files

A.4. scripts de build

parent 6553d988
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@
"description": "",
"main": "index.js",
"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",
"license": "ISC",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment