This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const rollupLogo = "./logo.svg"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export function example(): number { | |
return 42; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "chokidar-issue", | |
"scripts": { | |
"test": "node test.js", | |
"test-docker": "docker run -v `pwd`:/test -w /test rollupcabal/circleci-node-v10:latest node test.js" | |
}, | |
"dependencies": { | |
"chokidar": "^3.3.1" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/lukastaegert/.nvm/versions/node/v8.7.0/bin/node', | |
1 verbose cli '/Users/lukastaegert/.nvm/versions/node/v8.7.0/bin/npm', | |
1 verbose cli 'publish' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose npm-session 7291e5ca5554bac9 | |
5 verbose publish [ '.' ] | |
6 warn prepublish-on-install As of npm@5, `prepublish` scripts are deprecated. | |
7 warn prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only. |