We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0990260 commit 3dc41adCopy full SHA for 3dc41ad
2 files changed
netlify.toml
@@ -1,6 +1,6 @@
1
[build]
2
command = """
3
- yarn install
+ npm install -g autotrack
4
autotrack -o src/_assets/vendor/ga/out.js -p outboundLinkTracker
5
bundle exec jekyll build --config _config.yml,_config.verbose.yml --trace
6
"""
package.json
@@ -6,7 +6,6 @@
"author": "burden <burden@burden.cc>",
7
"license": "MIT",
8
"dependencies": {
9
- "autotrack": "^2.4.1",
10
"bulma": "^0.7.2"
11
}
12
0 commit comments