Skip to content

Commit

Permalink
for later
Browse files Browse the repository at this point in the history
  • Loading branch information
georges-gomes committed Sep 14, 2023
1 parent bcc03bd commit d169b7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions jampack.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
css: {
inline_critical_css: false,
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"scripts": {
"watch": "pnpm build --watch",
"try": "shx rm -fr demo && cp -R demo_ref demo && node ./dist/index.js ./demo --nocache",
"try": "shx rm -fr demo && cp -R demo_drc demo && node ./dist/index.js ./demo --nocache",
"build": "shx rm -rf dist && tsc -b",
"lint": "eslint . --ext .ts --config .eslintrc",
"prepublishOnly": "pnpm build",
Expand Down

0 comments on commit d169b7a

Please sign in to comment.