mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-29 18:48:14 +08:00
update: rebuild.
This commit is contained in:
parent
9200174666
commit
ba2127bcfa
@ -46,6 +46,7 @@
|
||||
"postinstall": "opencollective-postinstall",
|
||||
"docker:build": "docker build -f Dockerfile -t docsify-test:local .",
|
||||
"docker:clean": "docker rmi docsify-test:local",
|
||||
"docker:rebuild": "npm run docker:clean && npm run docker:build",
|
||||
"docker:test": "docker run --rm -it --ipc=host docsify-test:local test",
|
||||
"docker:test:e2e": "docker run --rm -it --ipc=host docsify-test:local test:e2e",
|
||||
"docker:test:integration": "docker run --rm -it --ipc=host ddocsify-test:local test:integration",
|
||||
|
Loading…
Reference in New Issue
Block a user