Skip to content

Commit 05f0f0c

Browse files
authored
Merge pull request #47 from AnExiledDev/fix/prepublish-pytest
Fix prepublishOnly: remove pytest dependency from npm publish
2 parents b702d22 + 2d84601 commit 05f0f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "node test.js",
1111
"test:plugins": "pytest tests/ -v",
1212
"test:all": "npm test && pytest tests/ -v",
13-
"prepublishOnly": "npm run test:all",
13+
"prepublishOnly": "npm test",
1414
"docs:dev": "npm run dev --prefix docs",
1515
"docs:build": "npm run build --prefix docs",
1616
"docs:preview": "npm run preview --prefix docs"

0 commit comments

Comments
 (0)