fix rm symbolic
This commit is contained in:
parent
e2198c3439
commit
22abb978d5
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
"rtlcss": "npm run symbolic && rtlcss -d symbolic/ && find -L symbolic/ -type f -name '*.rtl.rtl.css' -delete",
|
"rtlcss": "npm run symbolic && rtlcss -d symbolic/ && find -L symbolic/ -type f -name '*.rtl.rtl.css' -delete",
|
||||||
"stylelint": "stylelint '**/*.css'",
|
"stylelint": "stylelint '**/*.css'",
|
||||||
"stylelint_fix": "stylelint --fix '**/*.css'",
|
"stylelint_fix": "stylelint --fix '**/*.css'",
|
||||||
"symbolic": "rm -r symbolic && mkdir symbolic && find . -maxdepth 1 -type d -name 'xExtension-*' -exec ln -sf \"$(pwd)/{}\" ./symbolic/ \\;",
|
"symbolic": "rm -fr symbolic && mkdir symbolic && find . -maxdepth 1 -type d -name 'xExtension-*' -exec ln -sf \"$(pwd)/{}\" ./symbolic/ \\;",
|
||||||
"test": "npm run eslint && npm run stylelint && npm run markdownlint",
|
"test": "npm run eslint && npm run stylelint && npm run markdownlint",
|
||||||
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
|
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue