mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
chore: refactor
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
"typescript": "^5.6.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build": "node scripts/build-content-standalone.js && tsc",
|
||||
"watch": "tsc --watch",
|
||||
"clean": "rimraf dist",
|
||||
"rebuild": "npm run clean && npm run build",
|
||||
"prepare": "npm run build && node scripts/update-manifest-version.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user