first commit
This commit is contained in:
parent
bf2deb0135
commit
f9d81986fa
@ -6,8 +6,10 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build": "npm run build",
|
"dev": "nodemon server.js",
|
||||||
"dev": "nodemon server.js"
|
"clean": "rm -rf dist",
|
||||||
|
"compile": "babel src -d dist",
|
||||||
|
"build": "npm run clean && npm run compile"
|
||||||
},
|
},
|
||||||
"author": "pawan",
|
"author": "pawan",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
Loading…
Reference in New Issue
Block a user