Skip to content

Commit a4d21a4

Browse files
committed
e2e fix
1 parent 2e8e599 commit a4d21a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm install
3131
scripts_path=$PWD/`npm pack`
3232

3333
# lint
34-
./node_modules/.bin/eslint --rulesdir config/rules --ignore-path .gitignore ./
34+
./node_modules/.bin/eslint --rulesdir ./config/rules --ignore-path .gitignore ./
3535

3636
# Test local start command
3737
npm start -- --smoke-test

0 commit comments

Comments
 (0)