-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix .clasp.json filePushOrder
#582
Conversation
sync sync
docs: tsconfig for TypeScript
sync sync
Looks good to me. Thanks. |
Note: Master build failed due to exhausted quota. Error:
|
fix .clasp.json `filePushOrder` (google#582)
* change http.ServerRequest into http.IncomingMessage * removing reference to @types/node * Typo google#567 * ts2gas dependency to allow upgrades * sort on filePushOrder fix * Additionnal fix: unlisted files go last * fix `filePushOrder` option
I'm using clasp 2.3.0 and I don't think that this merge has fixed the problem. I've made an example on StackOverflow. |
@kornthing your SO question does not mention using |
Fixes #527
npm run test
succeeds.npm run lint
succeeds.Successfully tested on a couple of personal projects.
filePushOrder
is maintainedscript.projects.updateContent
is now correct with files listed underfilePushOrder
being firstfilePushOrder
is changed, it is properly reflected after issuing aclasp push
NB:
npm run test
produces errors but none seems to relate with the changes in this PR