File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1111 "format:check" : " npx prettier --list-different bin/*.js example/src/**/*.{css,js}" ,
1212 "setup" : " npm i && cd example && npm i" ,
1313 "start" : " npm run setup && cd example && npm start" ,
14- "test" : " npm run clean && npm run setup && cd example && npm run build && CI=1 npm test" ,
14+ "test" : " npm run clean && npm run setup && cd example && npm run build && cross-env CI=1 npm test" ,
1515 "check" : " npm run format:check && npm test" ,
16- "release" : " ./ pre-flight-tests && npm run check && git tag $npm_package_version && git push && git push --tags && npm publish"
16+ "release" : " node pre-flight-tests && npm run check && git tag $npm_package_version && git push && git push --tags && npm publish"
1717 },
1818 "dependencies" : {
1919 "react-scripts" : " =3.0.0"
2020 },
2121 "devDependencies" : {
22+ "cross-env" : " =7.0.2" ,
2223 "hyperapp" : " =1.2.9"
2324 },
2425 "peerDependencies" : {
2526 "hyperapp" : " *"
2627 },
28+ "prettier" : {
29+ "trailingComma" : " none" ,
30+ "arrowParens" : " avoid"
31+ },
2732 "repository" : {
2833 "type" : " git" ,
2934 "url" : " git+https://github.com/okwolf/hyperapp-scripts.git"
You can’t perform that action at this time.
0 commit comments