chore: fix pipeline instead of package.json (#23)
This commit is contained in:
Родитель
9f7ec63200
Коммит
6ec2b67d31
|
@ -30,6 +30,9 @@ extends:
|
|||
- script: yarn --frozen-lockfile
|
||||
displayName: Install dependencies
|
||||
|
||||
- script: yarn compile
|
||||
displayName: Compile
|
||||
|
||||
# the rest of the build steps are part of the 'prepack' script, automatically run when the pipeline invokes 'yarn pack'
|
||||
|
||||
testPlatforms:
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"postinstall": "npm run compile",
|
||||
"compile": "tsc -p ./",
|
||||
"test": "mocha -r ts-node/register test/**/*.test.ts"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче