Skip to content

Commit

Permalink
fix: revert automatic port script
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska authored and chrisfalaska committed Dec 4, 2024
1 parent 5f7d32d commit ae6614f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"build:watch": "nodemon -e scss,js --watch src --ignore \"*.css\" --ignore \"*-css.js\" --exec \"npm run build\"",
"bundler": "rollup -c node:@auro-formkit/config/rollup --input src/index.js",
"clean": "rm -rf dist build",
"dev": "web-dev-server --open demo/ --node-resolve --watch",
"dev": "web-dev-server --open demo/ --node-resolve --watch --port 8002",
"postCss:component": "node ../../node_modules/@aurodesignsystem/auro-library/scripts/build/postCss.mjs",
"sass:render": "sass-render --load-path=../../node_modules 'src/**/*.css' -t ../../node_modules/@aurodesignsystem/auro-library/scripts/build/staticStyles-template.js",
"serve": "web-dev-server --open demo/ --node-resolve --watch",
Expand Down

0 comments on commit ae6614f

Please sign in to comment.