mirror of https://github.com/nodejs/corepack.git
Reverses build order
This commit is contained in:
parent
d774ef2400
commit
a07ea5e571
|
|
@ -34,6 +34,6 @@
|
|||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "yarn ts-node ./mkshims.ts && yarn webpack"
|
||||
"build": "yarn webpack && yarn ts-node ./mkshims.ts"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue