Skip to content

Commit 1526956

Browse files
committed
chore: build when installing
1 parent be97e90 commit 1526956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js",
1717
"format": "prettier --write .",
1818
"lint": "eslint . --ignore-pattern ./spec/fixtures/ --fix",
19-
"prepublishOnly": "npm run build",
19+
"prepare": "npm run build",
2020
"test": "node ./spec/test.js",
2121
"test.format": "prettier . --check",
2222
"test.lint": "eslint . --ignore-pattern spec/fixtures/**"
@@ -82,4 +82,4 @@
8282
"react": "react.js",
8383
"strict": "strict.js",
8484
"strict-react": "strict-react.js"
85-
}
85+
}

0 commit comments

Comments
 (0)