create-fesd-app 1.0.42 → 1.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -154,12 +154,12 @@ const installSetup = async (projectPath, projectName) => {
154
154
  console.log(chalk.cyan.bold("Install dependencies:"))
155
155
 
156
156
  spinner.start("Installing swiper")
157
- await runComman("pnpm i");
157
+ await runComman("pnpm i --ignore-scripts");
158
158
  spinner.succeed("swiper")
159
159
 
160
160
  for (const module of dependencies) {
161
161
  spinner.start(chalk.gray("Installing " + module))
162
- await runComman("pnpm i " + module);
162
+ await runComman("pnpm i " + module + " --ignore-scripts")
163
163
  spinner.succeed(module)
164
164
  }
165
165
  console.log(" ")
@@ -168,7 +168,7 @@ const installSetup = async (projectPath, projectName) => {
168
168
 
169
169
  for (const module of devDependencies) {
170
170
  spinner.start(chalk.gray("Installing " + module))
171
- await runComman("pnpm i " + module + " --save-dev");
171
+ await runComman("pnpm i " + module + " --save-dev --ignore-scripts")
172
172
  spinner.succeed(module)
173
173
  }
174
174
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fesd-app",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-fesd-app": "bin/create-fesd-app.mjs"
@@ -112,7 +112,7 @@ block content
112
112
  img(src="https://cdn.wdd.idv.tw/image/video-cover02.jpg" alt="")
113
113
  .grid
114
114
  p onBox youku
115
- .photo-box(video-target video-id="XNDk5NzkwNzY3Mg" video-type="youku")
115
+ .photo-box(video-target video-id="XNjQ5NDk1NTc4OA" video-type="youku")
116
116
  picture
117
117
  source(srcset="https://cdn.wdd.idv.tw/image/video-cover03.webp" type="image/webp")
118
118
  source(srcset="https://cdn.wdd.idv.tw/image/video-cover03.jpg" type="image/jpeg")