mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
Allow to export static HTML pages
This commit is contained in:
parent
68ad99798a
commit
2e0f056fe5
|
@ -6,7 +6,7 @@
|
||||||
"author": "Explosion <contact@explosion.ai>",
|
"author": "Explosion <contact@explosion.ai>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "next build",
|
"build": "next build && next export",
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user