mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 17:54:39 +03:00
Allow to export static HTML pages
This commit is contained in:
parent
7dad1596f7
commit
8d225de80b
|
@ -4,7 +4,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build && next export",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"prettier": "prettier . --write"
|
"prettier": "prettier . --write"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user