chore: Added prettier to plugin run scripts
This commit is contained in:
parent
ff6cce53c1
commit
f735bb5e89
26 changed files with 49 additions and 24 deletions
|
@ -34,7 +34,8 @@
|
|||
"pubtest": "npm publish --registry http://localhost:6662",
|
||||
"pubforce": "npm publish",
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
"start": "rollup -c -w",
|
||||
"prettier": "npx prettier --write 'src/*.js' 'tests/*.js'"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.19.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue