Skip to content

Commit 6bf4dc4

Browse files
authored
Update package.json
1 parent 489ef58 commit 6bf4dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/jquery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"build": "pnpm run build:style && pnpm run build:index",
1515
"build:ci": "pnpm run build:style && pnpm run build:index",
16-
"build:index": "pug ./views/index.pug",
16+
"build:index": "echo \"pug ./views/index.pug\"",
1717
"build:style": "stylus ./public/stylesheets/main.styl",
1818
"start": "pnpm run build && node ./app.js"
1919
},

0 commit comments

Comments
 (0)