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 290f8c6 commit e47b1b6Copy full SHA for e47b1b6
1 file changed
package.json
@@ -31,7 +31,7 @@
31
"scripts": {
32
"develop": "strapi-plugin watch:link",
33
"watch": "pack-up watch",
34
- "build": "pack-up build && yalc push --publish",
+ "build": "pack-up build",
35
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
36
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
37
"test:unit": "jest --verbose",
0 commit comments