We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be97e90 commit 1526956Copy full SHA for 1526956
package.json
@@ -16,7 +16,7 @@
16
"clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js",
17
"format": "prettier --write .",
18
"lint": "eslint . --ignore-pattern ./spec/fixtures/ --fix",
19
- "prepublishOnly": "npm run build",
+ "prepare": "npm run build",
20
"test": "node ./spec/test.js",
21
"test.format": "prettier . --check",
22
"test.lint": "eslint . --ignore-pattern spec/fixtures/**"
@@ -82,4 +82,4 @@
82
"react": "react.js",
83
"strict": "strict.js",
84
"strict-react": "strict-react.js"
85
-}
+}
0 commit comments