first commit
This commit is contained in:
parent
bf2deb0135
commit
f9d81986fa
@ -6,8 +6,10 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"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",
|
||||
"license": "ISC",
|
||||
|
Loading…
Reference in New Issue
Block a user