File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " hyperapp-scripts" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " Hyperapp expansion pack for create-react-app" ,
55 "bin" : {
66 "hyperapp-scripts" : " ./bin/index.js"
99 "clean" : " npx rimraf node_modules example/{node_modules,build}" ,
1010 "format" : " npx prettier --write bin/*.js example/src/**/*.{css,js}" ,
1111 "format:check" : " npx prettier --list-different bin/*.js example/src/**/*.{css,js}" ,
12- "start" : " npm i && cd example && npm i && npm start" ,
13- "release" : " ./pre-flight-tests && npm run format:check && git tag $npm_package_version && git push && git push --tags && npm publish"
12+ "setup" : " npm i && cd example && npm i" ,
13+ "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" ,
15+ "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"
1417 },
1518 "dependencies" : {
1619 "react-scripts" : " =3.0.0"
You can’t perform that action at this time.
0 commit comments