chore: fix ci commands

This commit is contained in:
calebboyd
2018-02-12 01:24:46 -06:00
committed by Caleb Boyd
parent babd6ac328
commit a4f4f3edf8
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ install:
- curl -L -o nasm.exe https://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win64/nasm-2.13.03-installer-x64.exe
- start /wait nasm.exe /S
- ps: $env:path="C:\Program Files\nasm;$($env:path)"
- yarn
- npm i
build: off
test: off
build_script:
- yarn run asset-compile
- npm run asset-compile
artifacts:
- path: $(HOMEPATH)\.nexe\**\node.exe
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "nexe",
"version": "2.0.0-next.3",
"version": "2.0.0-next.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -1617,9 +1617,9 @@
}
},
"resolve-dependencies": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/resolve-dependencies/-/resolve-dependencies-0.2.2.tgz",
"integrity": "sha512-IqJtuUoTh3fF0zilGsh+kea5lqsUtGthiiY4Zu6NC8OJx0xQ+bSmb+ubty1Wf8y3t8+f/aOGySpR1Mu924WSgg==",
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/resolve-dependencies/-/resolve-dependencies-0.2.3.tgz",
"integrity": "sha512-HklcGvMM8yk1hzU9cyXOywR+/Fmh0a6Opz9dmtAoUvl8F+d1QRt/ow8LW0OZt6446JSLc3c5MNOLHW+lI4fFJQ==",
"requires": {
"@calebboyd/semaphore": "1.2.0",
"babel-core": "6.26.0",
+1 -1
View File
@@ -12,7 +12,7 @@
"asset-compile": "ts-node tasks/asset-compile",
"test": "mocha",
"lint": "tslint \"{src,plugins,tasks}/**/*.ts\" --fix",
"prepublishOnly": "npm run lint && npm run build && npm test",
"prepare": "npm run lint && npm run build && npm test",
"prebuild": "rimraf lib",
"build": "tsc --declaration",
"postbuild": "ts-node tasks/post-build"