Compare commits
No commits in common. "b6650c2e3209a1ab606b6ad1f5c5347f2cea509b" and "fcf0db3e7c3a2229ccd792300dcdc061f9f68f7d" have entirely different histories.
b6650c2e32
...
fcf0db3e7c
2 changed files with 1 additions and 24 deletions
|
|
@ -46,9 +46,6 @@ jobs:
|
|||
# Transpile/Build the package (TypeScript -> JavaScript)
|
||||
- name: Transpile/Build the package (TypeScript -> JavaScript)
|
||||
run: |
|
||||
# Because Yarn is used locally better to install and use it than have to debug weird inconsistencies
|
||||
npm install --global yarn
|
||||
|
||||
# Install needed dependencies
|
||||
yarn install
|
||||
|
||||
|
|
|
|||
22
package.json
22
package.json
|
|
@ -5,27 +5,7 @@
|
|||
"author": "Bridgeman Accessible <info@bridgemanaccessible.ca>",
|
||||
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-framework.git",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"main": "./index.js",
|
||||
"types": "./index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"default": "./index.js"
|
||||
},
|
||||
"./middlewares": {
|
||||
"types": "./middlewares/index.d.ts",
|
||||
"default": "./middlewares/index.js"
|
||||
},
|
||||
"./decorators": {
|
||||
"types": "./decorators/index.d.ts",
|
||||
"default": "./decorators/index.js"
|
||||
},
|
||||
"./controllers": {
|
||||
"types": "./controllers/index.d.ts",
|
||||
"default": "./controllers/index.js"
|
||||
}
|
||||
},
|
||||
"main": "./index.ts",
|
||||
"scripts": {
|
||||
"clean": "rm -rf dist",
|
||||
"build": "tsc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue