Skip to content

Commit 3dc41ad

Browse files
committed
fix: netlify
1 parent 0990260 commit 3dc41ad

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
command = """
3-
yarn install
3+
npm install -g autotrack
44
autotrack -o src/_assets/vendor/ga/out.js -p outboundLinkTracker
55
bundle exec jekyll build --config _config.yml,_config.verbose.yml --trace
66
"""

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"author": "burden <burden@burden.cc>",
77
"license": "MIT",
88
"dependencies": {
9-
"autotrack": "^2.4.1",
109
"bulma": "^0.7.2"
1110
}
1211
}

0 commit comments

Comments
 (0)