mirror of
https://github.com/elder-plinius/P4RS3LT0NGV3.git
synced 2026-07-12 07:26:33 +02:00
Add Latin-root lexeme analysis to prompt tools
This commit is contained in:
+3
-1
@@ -13,9 +13,11 @@
|
||||
"start": "serve dist -l 8080",
|
||||
"preview": "npm run build && serve dist -l 8080",
|
||||
"test": "node tests/test_universal.js",
|
||||
"test:lexeme": "node tests/test_lexeme_analysis.js",
|
||||
"test:lexeme-ui": "node tests/test_lexeme_ui_surface.js",
|
||||
"test:universal": "node tests/test_universal.js",
|
||||
"test:steg": "node tests/test_steganography_options.js",
|
||||
"test:all": "npm run test:universal && npm run test:steg",
|
||||
"test:all": "npm run test:universal && npm run test:steg && npm run test:lexeme && npm run test:lexeme-ui",
|
||||
"precommit": "npm run test:all"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user