1
0
Fork 0

chore: Added prettier to plugin run scripts

This commit is contained in:
Joost De Cock 2021-11-21 16:23:18 +01:00
parent ff6cce53c1
commit f735bb5e89
26 changed files with 49 additions and 24 deletions

View file

@ -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"