Skip to content

Commit 9705cae

Browse files
committed
windoze
1 parent 9ea561c commit 9705cae

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,24 @@
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"

0 commit comments

Comments
 (0)