We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28cd6c commit a0cbe03Copy full SHA for a0cbe03
.ci/esy-build-steps.yml
@@ -19,8 +19,6 @@ steps:
19
- script: npm install
20
- script: npm run build-cygwin
21
displayName: 'Build cygwin'
22
- - script: npm run test
23
- displayName: "npm run test: before packing"
24
- script: npm run package-cygwin
25
displayName: "Package cygwin"
26
- bash: npm pack
jest.config.js
package.json
@@ -19,8 +19,7 @@
"scripts": {
"build-cygwin": "node build-cygwin.js",
"package-cygwin": "node package-cygwin.js",
- "postinstall": "node postinstall.js",
- "test": "jest"
+ "postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
0 commit comments