Skip to content

Commit 2da6a46

Browse files
committed
seriously? no apt?
1 parent 608b597 commit 2da6a46

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

netlify-bin/fish

11.4 MB
Binary file not shown.

netlify-bin/fish_indent

11.4 MB
Binary file not shown.

netlify-bin/fish_key_reader

11.4 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"test-it": "node ./packages/scripts/dist/cli.js test './packages/*/src/**/*.test.{ts,js,tsx,jsx}' '!**/node_modules/**'",
3939
"test": "npm run typecheck && npm run test-it",
4040
"build-website": "cd packages/website && npm run build",
41-
"netlify": "apt-get install -y fish && npm run build-website"
41+
"netlify": "export PATH=\"$PATH:./netlify-bin\" && npm run build-website"
4242
}
4343
}

0 commit comments

Comments
 (0)