Skip to content

Commit ef5ab35

Browse files
committed
Update 'npm:validate' task
1 parent 74b6796 commit ef5ab35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Taskfile.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ tasks:
220220
STYLELINTRC_SCHEMA_URL: https://json.schemastore.org/stylelintrc.json
221221
STYLELINTRC_SCHEMA_PATH:
222222
sh: task utility:mktemp-file TEMPLATE="stylelintrc-schema-XXXXXXXXXX.json"
223-
INSTANCE_PATH: "**/package.json"
223+
INSTANCE_PATH: >-
224+
{{default "." .PROJECT_PATH}}/package.json
224225
PROJECT_FOLDER:
225226
sh: pwd
226227
WORKING_FOLDER:

0 commit comments

Comments
 (0)