Skip to content

Commit

Permalink
build: build/test on windows
Browse files Browse the repository at this point in the history
* chore(deps): bump @hyperjump/json-schema from 0.18.4 to 0.18.5
* chore(deps): add gulp-gzip 1.4.2
* build: migrate test scripts to gulp task (test_tasks.js)
* build: not to use the grep command
* build: normalize path
  • Loading branch information
yamadayutaka committed Sep 15, 2022
1 parent 05b221b commit e9aeb12
Show file tree
Hide file tree
Showing 10 changed files with 501 additions and 200 deletions.
3 changes: 3 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const licenseTasks = require('./scripts/gulpfiles/license_tasks');
const appengineTasks = require('./scripts/gulpfiles/appengine_tasks');
const releaseTasks = require('./scripts/gulpfiles/release_tasks');
const cleanupTasks = require('./scripts/gulpfiles/cleanup_tasks');
const testTasks = require('./scripts/gulpfiles/test_tasks');

module.exports = {
deployDemos: appengineTasks.deployDemos,
Expand Down Expand Up @@ -50,4 +51,6 @@ module.exports = {
publish: releaseTasks.publish,
publishBeta: releaseTasks.publishBeta,
sortRequires: cleanupTasks.sortRequires,
test: testTasks.test,
testGenerators: testTasks.generators,
};
218 changes: 176 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e9aeb12

Please sign in to comment.