diff options
| author | Tim Keller <tjkeller.xyz> | 2025-05-22 17:48:18 -0500 |
|---|---|---|
| committer | Tim Keller <tjkeller.xyz> | 2025-05-23 10:22:28 -0500 |
| commit | 364f239918c6ef3f110a437aab2bab0891337563 (patch) | |
| tree | 2a7317959d81aa74c44fde7040cb745f761d1111 | |
| parent | b13bfe3f60654e4523bbf5c8592bc8ce9f93fcdd (diff) | |
| download | material-svg-atlas-plugin-webpack-364f239918c6ef3f110a437aab2bab0891337563.tar.xz material-svg-atlas-plugin-webpack-364f239918c6ef3f110a437aab2bab0891337563.zip | |
add prepare script
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0d53e63..878ca7d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "prepare": "npm install" }, "keywords": [], "author": "", |
