Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
fix: bundle with parcel in one file
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Feb 17, 2021
1 parent d6b1e9c commit 39cb286
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1,805 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules/
dist/
.cache/
package-lock.json
2 changes: 2 additions & 0 deletions TEST/dcampus.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const school = conf.get('school')
await sleep(0)
// Sign in
await signIn()
// Log out config path
console.table({ 'config-path': conf.path })
})()

async function sleep(timeout) {
Expand Down
3 changes: 0 additions & 3 deletions init.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ class School {
userUlti.loadUserFromEnv(env)
await new School(conf).loadSchoolFromEnv(env)
require('./TEST/dcampus')
} else {
// Log out config path
console.table({ 'config-path': conf.path })
}
}
}
Expand Down
Loading

0 comments on commit 39cb286

Please sign in to comment.