Skip to content

Commit

Permalink
chore: fix ps1 issue on windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Mar 14, 2019
1 parent 83bfe97 commit 29f65d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"docs:deploy": "ts-node tools/sync-readmes.ts && bolt docs && ts-node tools/copy-now.ts && cd docs && now && now alias",
"docs:deploy:ci": "ts-node tools/sync-readmes.ts && bolt docs && ts-node tools/copy-now.ts && cd docs && now --token $NOW_TOKEN && now alias --token $NOW_TOKEN",
"lint": "ts-node tools/link-ts.ts && bolt ws exec -- node_modules/.bin/tslint src/**/*.ts test/**/*.ts",
"test": "cross-env TS_NODE_FILES=true yarn run mocha './tools/test-globber.ts'"
"test": "cross-env TS_NODE_FILES=true yarn run mocha './tools/test-globber.ts'",
"postinstall": "rimraf node_modules/.bin/*.ps1"
},
"dependencies": {
"@octokit/rest": "^16.0.1",
Expand Down

0 comments on commit 29f65d9

Please sign in to comment.