Skip to content

Commit

Permalink
ci: fix typo on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota committed Nov 15, 2024
1 parent 11ac6c1 commit f55244e
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 @@ -213,7 +213,7 @@
"build:watch:input": "nodemon -e scss,js --watch \"./components/input/src\" --ignore \"*.css\" --ignore \"*-css.js\" --ignore \"*.version.js\" --ignore \"*Version.js\" --exec \"npm run build:input\"",
"build:watch:checkbox": "nodemon -e scss,js --watch \"./components/checkbox/src\" --ignore \"*.css\" --ignore \"*-css.js\" --ignore \"*.version.js\" --ignore \"*Version.js\" --exec \"npm run build:checkbox\"",
"build:watch:dropdown": "nodemon -e scss,js --watch \"./components/dropdown/src\" --ignore \"*.css\" --ignore \"*-css.js\" --ignore \"*.version.js\" --ignore \"*Version.js\" --exec \"npm run build:dropdown\"",
"build:watch:menu": "nodemon -e scss,js --watch \"./components/dropdown/src\" --ignore \"*.css\" --ignore \"*-css.js\" --ignore \"*.version.js\" --ignore \"*Version.js\" --exec \"npm run build:menu\"",
"build:watch:menu": "nodemon -e scss,js --watch \"./components/menu/src\" --ignore \"*.css\" --ignore \"*-css.js\" --ignore \"*.version.js\" --ignore \"*Version.js\" --exec \"npm run build:menu\"",
"dist:js": "copyfiles -u 1 -V './components/**/*.js' ./dist",
"dist:js:form": "copyfiles -u 1 -V \"./components/form/src/**/*.js\" ./dist",
"dist:js:input": "copyfiles -u 1 -V \"./components/input/src/**/*.js\" ./dist",
Expand Down

0 comments on commit f55244e

Please sign in to comment.