initial build/test steps for nodejs
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
"scripts": {
|
||||
"build": "rm -rf ./dist && tsc",
|
||||
"test": "jest",
|
||||
"lint": "eslint .",
|
||||
"lint": "eslint . && prettier --check src/",
|
||||
"format": "prettier --write src/"
|
||||
},
|
||||
"author": "Wryn (yage) Wagner",
|
||||
@ -95,6 +95,5 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"execa": "^8.0.1"
|
||||
},
|
||||
"version": "3.9.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user