Skip to content

Commit

Permalink
don't use .dev in rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Jul 7, 2024
1 parent d7436c2 commit de256c7
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -11,7 +11,7 @@
"bin": "bin/create-dapp-se2.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"build:dev": "yarn build && rollup -c src/dev/rollup.dev.config.js",
"build:dev": "yarn build && rollup -c src/dev/rollup.config.js",
"create-extension": "node dist/create-extension/create-extension.js",
"dev": "rollup -c rollup.config.js --watch",
"cli": "node bin/create-dapp-se2.js",
Expand Down
File renamed without changes.

0 comments on commit de256c7

Please sign in to comment.