File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = function () {
1111
1212 const errorMessage = colors . yellow ( `
1313
14- ⚠️ preact-cli requires at least node@${ minimum } !
14+ ⚠️ preact-cli requires at least node@${ minimum } !
1515 You have node@${ version }
1616
1717 ` ) ;
Original file line number Diff line number Diff line change 1616 "pretest" : " npm run -s build && rimraf ./tests/output" ,
1717 "test" : " jest" ,
1818 "posttest" : " rimraf ./tests/output" ,
19- "postinstall" : " node check.js" ,
19+ "postinstall" : " node -p 'require( \" ./ check.js\" )()' " ,
2020 "test:build" : " babel-node src build --cwd examples/root" ,
2121 "test:serve" : " npm run -s test:build && babel-node src serve --port 3000 --cwd examples/root" ,
2222 "test:serve:config" : " npm run -s test:build && babel-node src serve --server config --cwd examples/root" ,
You can’t perform that action at this time.
0 commit comments