Skip to content

Commit

Permalink
chore: fix cdn:manifest npm script;
Browse files Browse the repository at this point in the history
  • Loading branch information
ondreian committed Oct 17, 2024
1 parent 3a60240 commit 57d697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"new:component": "tsx tooling/code-gen/bin.ts",
"cdn:manifest": "tsx tooling/cdn/bin.ts",
"postbuild": "npm run cdn:manifest > dist/index.json",
"postbuild": "npm run cdn:manifest",
"build": "webpack",
"test:puppeteer": "ava --config test/puppeteer/_ava.config.mjs"
},
Expand Down

0 comments on commit 57d697b

Please sign in to comment.