mirror of
https://github.com/wavetermdev/inshellisense.git
synced 2026-08-05 13:43:30 -07:00
build: support dev script (#135)
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node ./build/index.js",
|
||||
"dev": "node --loader ts-node/esm src/index.ts -V",
|
||||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
||||
"lint": "eslint src/ --ext .ts,.tsx && prettier src/ --check",
|
||||
"lint:fix": "eslint src/ --ext .ts,.tsx --fix && prettier src/ --write",
|
||||
|
||||
Reference in New Issue
Block a user