Skip to content

Commit 13616e8

Browse files
committed
Remove manual git add command
1 parent d8085b3 commit 13616e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@
3434
},
3535
"main": "dist/content-editable.js",
3636
"types": "dist/content-editable.d.ts",
37-
"files": ["dist/**/*"],
37+
"files": [
38+
"dist/**/*"
39+
],
3840
"scripts": {
3941
"test": "web-test-runner && npm run lint",
4042
"test:src": "web-test-runner",
4143
"preversion": "npm test",
4244
"banner": "banner-cli dist/*.js",
4345
"build": "rm -rf dist/* && rollup -c",
44-
"version": "npm run build && npm run banner && git add -A dist",
46+
"version": "npm run build && npm run banner",
4547
"postversion": "git push && git push --tags",
4648
"build:dev": "rollup -c --watch --dev",
4749
"start": "run-p build:dev serve",

0 commit comments

Comments
 (0)