We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489ef58 commit 6bf4dc4Copy full SHA for 6bf4dc4
apps/jquery/package.json
@@ -13,7 +13,7 @@
13
"scripts": {
14
"build": "pnpm run build:style && pnpm run build:index",
15
"build:ci": "pnpm run build:style && pnpm run build:index",
16
- "build:index": "pug ./views/index.pug",
+ "build:index": "echo \"pug ./views/index.pug\"",
17
"build:style": "stylus ./public/stylesheets/main.styl",
18
"start": "pnpm run build && node ./app.js"
19
},
0 commit comments