feat(site): build task
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
"start:examples": "npm run build && cd example && npm start",
|
"start:examples": "npm run build && cd example && npm start",
|
||||||
"dev:wait": "start-server-and-test start:examples http-get://localhost:3000",
|
"dev:wait": "start-server-and-test start:examples http-get://localhost:3000",
|
||||||
"build:example": "npm install && npm run build && cd example && npm install && npm run build",
|
"build:example": "npm install && npm run build && cd example && npm install && npm run build",
|
||||||
|
"build:website": "cd website && npm install && GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true npm run build",
|
||||||
"cy:open": "cypress open",
|
"cy:open": "cypress open",
|
||||||
"cypress": "npm run dev:wait cy:open",
|
"cypress": "npm run dev:wait cy:open",
|
||||||
"test:chrome": "cypress run --browser chrome --headless",
|
"test:chrome": "cypress run --browser chrome --headless",
|
||||||
|
|||||||
Reference in New Issue
Block a user