Skip to content

Commit

Permalink
fix: update npm script reference
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   package.json
  • Loading branch information
blackfalcon committed Feb 16, 2024
1 parent acbd9a5 commit 94a8196
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 @@ -148,7 +148,7 @@
"bundler:test": "rollup -c -w",
"dev": "concurrently --kill-others 'npm run build:watch' 'npm run serve'",
"dist:js": "copyfiles -u 1 -V './src/**/*.js' ./dist",
"esLint": "eslint src/auro-*.mjs",
"esLint": "eslint src/auro-*.js",
"linters": "npm-run-all scssLint esLint",
"preCommit": "node scripts/pre-commit.mjs",
"postCss:component": "node scripts/postCss.mjs",
Expand Down

0 comments on commit 94a8196

Please sign in to comment.