wp-taboola-pixel
v1.0.0
Published
## install packages ```bash npm ci ```
Readme
Development environment
install packages
npm ciStart environment
npm run wp-env startif you get an error
0.150
0.152 In Filesystem.php line 261:
0.152
0.152 /.composer does not exist and could not be created:
0.152
0.152
0.152 global <command-name> [<args>...]
0.152
------
failed to solve: process "/bin/sh -c composer global require --dev phpunit/phpunit:\"^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0\"" did not complete successfully: exit code: 1run
npm run patch-init-configand then try again
npm run wp-env startStop environment
npm run wp-env stopDestroy environment
npm run wp-env destroyAccess the environment
Frontend - http://localhost:8888
Admin - http://localhost:8888/wp-admin
Credentials:
- user: admin
- password: password
Build
increase the version by running
npm version <version type>build the plugin
npm run buildThe zip file will be in the dist folder under the name taboola-pixel-plugin_<version>.zip
