Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. 1: From this file realize/gulp/tasks/full-build.js
  2. replace runSequence('build', 'test', callback);
  3. with runSequence('build', callback);
  4.  
  5. 2: From this file realize/gulp/tasks/default-build.js
  6.  
  7. delete this string 'build:earlyLearner',
  8.  
  9. 3: from this file
  10. realize/gulp/tasks/build-component-architecture.js
  11. replace return spawnNpmTask('Build CA', ['run', 'build:test'])
  12. with return spawnNpmTask('Build CA', ['run', 'build:prod'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement