---
title: 开发验证
description: "执行验证命令。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengai/ecosystemEnable/dify/kunpengdify_16_0006.html
sourcePath: /source/zh/kunpengai/ecosystemEnable/dify/kunpengdify_16_0006.html
indexId: 1e8b310d4adf3a3d8b78c74624834634d3236c810f4e9ea61c7e73f5b5ff25fd66
---
# 开发验证

执行验证命令。

```
test -f .next/BUILD_ID 
test -f .next/routes-manifest.json 
test -f .next/required-server-files.json
```

预期pnpm build输出如下内容：

```
Compiled successfully 
Generating static pages 
Route (app)
```
